Skip to content

Commit b17cf2d

Browse files
correct project list path
1 parent 6b56a71 commit b17cf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/end-to-end.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ describe('end-to-end', () => {
10701070
await createProject(testProjectToDeleteName)
10711071

10721072
// go back to project list
1073-
await goto('http://localhost:9966/project', {waitUntil: 'networkidle0'})
1073+
await goto('https://datatools-ui-proxy/project', {waitUntil: 'networkidle0'})
10741074

10751075
// get the created project id
10761076
// go into the project page and verify that it looks ok-ish

0 commit comments

Comments
 (0)