mirror of
https://git.cloudron.io/cloudron/syncthing-app
synced 2025-09-22 04:47:35 +00:00
Fix paranthesis
This commit is contained in:
@@ -102,7 +102,7 @@ describe('Application life cycle test', function () {
|
|||||||
|
|
||||||
function checkFolder(callback) {
|
function checkFolder(callback) {
|
||||||
browser.get('https://' + app.fqdn).then(function () {
|
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 () {
|
}).then(function () {
|
||||||
callback();
|
callback();
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user