Skip to content

Commit 0c84ab3

Browse files
committed
Change test url
1 parent 40e04bb commit 0c84ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/integration-tests/tests/sandboxes.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function pageLoaded(page) {
6565
}
6666

6767
function sandboxUrl(sandboxId) {
68-
return `http://localhost:3002/#github/${SANDBOXES_REPO}/tree/master/${sandboxId}`;
68+
return `http://localhost:3000/#github/${SANDBOXES_REPO}/tree/master/${sandboxId}`;
6969
}
7070

7171
function loadSandbox(page, sandboxId, timeout) {

0 commit comments

Comments
 (0)