We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e04bb commit 0c84ab3Copy full SHA for 0c84ab3
packages/app/integration-tests/tests/sandboxes.test.js
@@ -65,7 +65,7 @@ function pageLoaded(page) {
65
}
66
67
function sandboxUrl(sandboxId) {
68
- return `http://localhost:3002/#github/${SANDBOXES_REPO}/tree/master/${sandboxId}`;
+ return `http://localhost:3000/#github/${SANDBOXES_REPO}/tree/master/${sandboxId}`;
69
70
71
function loadSandbox(page, sandboxId, timeout) {
0 commit comments