diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-28 17:12:57 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-28 17:12:57 +0900 |
| commit | ddd931a0a379aedb68a0b7031ed9ca11dd69d372 (patch) | |
| tree | e7c2eda97ef8f9e913eaf47cd9371cbeb3b96fb9 | |
| parent | fix e2e test (diff) | |
| download | sharkey-ddd931a0a379aedb68a0b7031ed9ca11dd69d372.tar.gz sharkey-ddd931a0a379aedb68a0b7031ed9ca11dd69d372.tar.bz2 sharkey-ddd931a0a379aedb68a0b7031ed9ca11dd69d372.zip | |
fix e2e test
| -rw-r--r-- | cypress.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress.json b/cypress.json index f2c02689e4..e858e480b0 100644 --- a/cypress.json +++ b/cypress.json @@ -1,3 +1,3 @@ { - "baseUrl": "http://localhost" + "baseUrl": "http://localhost:61812" } |