diff --git a/test/test-results.xml b/test/test-results.xml new file mode 100644 index 0000000..42d5a58 --- /dev/null +++ b/test/test-results.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/test/test.js b/test/test.js index b6938f2..e7ec5cc 100755 --- a/test/test.js +++ b/test/test.js @@ -20,7 +20,7 @@ import { teardownBrowser, username, waitForElement, - waitForPath + waitForUrl } from '@cloudron/charlie'; /* global it, describe, before, after, afterEach */ @@ -108,7 +108,7 @@ describe('Application life cycle test', function () { await sendKeys('#repo_name', reponame); await click('#auto-init'); await click('//button[contains(text(), "Create Repository")]'); - await waitForPath(`/${username}/${reponame}`); + await waitForUrl(`https://${app.fqdn}/${username}/${reponame}`); } function cloneRepo() {