submit the form for now
This commit is contained in:
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 () {
|
||||
|
|
Loading…
Reference in New Issue