1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-04-18 18:41:48 +00:00

submit the form for now

This commit is contained in:
Girish Ramakrishnan 2018-02-10 16:48:38 -08:00
parent af1f659e06
commit c7349e14a2

@ -62,7 +62,8 @@ describe('Application life cycle test', function () {
}).then(function () {
return browser.findElement(by.id('secretKey')).sendKeys(secretKey);
}).then(function () {
return browser.findElement(by.className('lw-btn')).click();
// return browser.findElement(by.className('lw-btn')).click();
return browser.findElement(by.tagName('form')).submit();
}).then(function () {
return browser.wait(until.elementLocated(by.id('top-right-menu')), TEST_TIMEOUT);
}).then(function () {