submit the form for now

This commit is contained in:
Girish Ramakrishnan 2018-02-10 16:48:38 -08:00
parent af1f659e06
commit c7349e14a2
1 changed files with 2 additions and 1 deletions

View File

@ -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 () {