mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +00:00
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 () {
|
||||
return browser.findElement(By.xpath('//input[@value="Login"]')).click();
|
||||
}).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);
|
||||
} else {
|
||||
return browser.wait(until.elementLocated(By.xpath('//div[contains(text(), "MY LIBRARY")]')), TEST_TIMEOUT);
|
||||
|
|
Loading…
Reference in a new issue