We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5fcfdf commit 7780699Copy full SHA for 7780699
test/selenium-runner.js
@@ -97,7 +97,7 @@ installConsoleHandler()
97
98
testUrl += `dist/html/test.html?grep=${process.env.FLOCCUS_TEST}&server=${server}&app_version=${process.env.APP_VERSION}&browser=${process.env.SELENIUM_BROWSER}`
99
100
- testUrl += `&test_url=${server}`
+ testUrl += `&test_url=http://nextcloud/`
101
102
if (process.env.FLOCCUS_TEST.includes('google-drive')) {
103
testUrl += `&password=${process.env.GOOGLE_API_REFRESH_TOKEN}`
0 commit comments