Skip to content

Commit 20faa40

Browse files
committed
More name resolution repairs.
1 parent 2ef7874 commit 20faa40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cypress.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"screenshotsFolder": "cypress/screenshots",
66
"pluginsFile": "cypress/plugins/index.ts",
77
"fixturesFolder": "cypress/fixtures",
8-
"baseUrl": "http://localhost:4000",
8+
"baseUrl": "http://127.0.0.1:4000",
99
"retries": {
1010
"runMode": 2,
1111
"openMode": 0
@@ -22,4 +22,4 @@
2222
"DSPACE_TEST_SUBMIT_USER": "dspacedemo+submit@gmail.com",
2323
"DSPACE_TEST_SUBMIT_USER_PASSWORD": "dspace"
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)