Fix url for testing
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
kolaente 2021-02-23 22:57:22 +01:00
parent 978de3bfac
commit aa52e29402
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ steps:
CYPRESS_CACHE_FOLDER: .cache/cypress/
CYPRESS_DEFAULT_COMMAND_TIMEOUT: 10000
commands:
- sed -i 's/localhost/api/g' public/index.html
- sed -i 's/localhost/api/g' index.html
- yarn serve & npx wait-on http://localhost:8080
- yarn test:frontend --browser chrome
depends_on: