forked from cloudron-apps/peertube-app
typo
This commit is contained in:
parent
fb0630314b
commit
6547dcfe0d
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ describe('Application life cycle test', function () {
|
||||||
}).then(function () {
|
}).then(function () {
|
||||||
return browser.findElement(By.xpath('//input[@value="Login"]')).click();
|
return browser.findElement(By.xpath('//input[@value="Login"]')).click();
|
||||||
}).then(function () {
|
}).then(function () {
|
||||||
if (app.version === '2.4.0') {
|
if (app.manifest.version === '2.4.0') {
|
||||||
return browser.wait(until.elementLocated(By.xpath('//a[contains(@href, "/my-library")]')), TEST_TIMEOUT);
|
return browser.wait(until.elementLocated(By.xpath('//a[contains(@href, "/my-library")]')), TEST_TIMEOUT);
|
||||||
} else {
|
} else {
|
||||||
return browser.wait(until.elementLocated(By.xpath('//div[contains(text(), "MY LIBRARY")]')), TEST_TIMEOUT);
|
return browser.wait(until.elementLocated(By.xpath('//div[contains(text(), "MY LIBRARY")]')), TEST_TIMEOUT);
|
||||||
|
|
Loading…
Reference in a new issue