1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-01 14:54:58 +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

View File

@@ -62,7 +62,8 @@ describe('Application life cycle test', function () {
}).then(function () { }).then(function () {
return browser.findElement(by.id('secretKey')).sendKeys(secretKey); return browser.findElement(by.id('secretKey')).sendKeys(secretKey);
}).then(function () { }).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 () { }).then(function () {
return browser.wait(until.elementLocated(by.id('top-right-menu')), TEST_TIMEOUT); return browser.wait(until.elementLocated(by.id('top-right-menu')), TEST_TIMEOUT);
}).then(function () { }).then(function () {