Fix paranthesis
This commit is contained in:
parent
391419d9f4
commit
5c2828f669
|
@ -102,7 +102,7 @@ describe('Application life cycle test', function () {
|
|||
|
||||
function checkFolder(callback) {
|
||||
browser.get('https://' + app.fqdn).then(function () {
|
||||
return browser.wait(until.elementLocated(by.xpath(`//span[text()="${FOLDER}"]`), TEST_TIMEOUT));
|
||||
return browser.wait(until.elementLocated(by.xpath(`//span[text()="${FOLDER}"]`)), TEST_TIMEOUT);
|
||||
}).then(function () {
|
||||
callback();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue