mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 12:24:54 +03:00
Revert app url to use the default that CI relies on
This commit is contained in:
parent
89832eff9e
commit
cbf6457857
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const fs = require("fs");
|
|||
const program = require('commander');
|
||||
program
|
||||
.option('--no-logs', "don't output logs, document html on error", false)
|
||||
.option('--app-url [url]', "url to test", "http://localhost:8080")
|
||||
.option('--app-url [url]', "url to test", "http://localhost:5000")
|
||||
.option('--windowed', "dont run tests headless", false)
|
||||
.option('--slow-mo', "type at a human speed", false)
|
||||
.option('--dev-tools', "open chrome devtools in browser window", false)
|
||||
|
|
Loading…
Reference in a new issue