mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-09 19:55:34 +00:00
Update config for running download tests on CI
This commit is contained in:
@@ -51,9 +51,10 @@ describe('Firefox Send', function() {
|
||||
browser.waitForExist(downloadPage.downloadComplete);
|
||||
browser.back();
|
||||
browser.waitForExist('send-archive');
|
||||
assert.equal(
|
||||
browser.getText('send-archive > div:first-of-type').substring(0, 24),
|
||||
'Expires after 1 download'
|
||||
assert(
|
||||
browser
|
||||
.getText('send-archive > div:first-of-type')
|
||||
.includes('Expires after 1 download')
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user