Skip to content

Commit ba5cf6d

Browse files
committed
Fix browserstack tests
1 parent 0c84ab3 commit ba5cf6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/integration-tests/browser-tests/browsers.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function testPageWitCapabilities(capabilities) {
3636
// Test if a sandbox can be loaded on IE11
3737
return driver
3838
.get(
39-
'http://localhost:3002/#github/codesandbox/integration-sandboxes/tree/master/new'
39+
'http://localhost:3000/#github/codesandbox/integration-sandboxes/tree/master/new'
4040
)
4141
.then(async () => {
4242
const element = webdriver.By.css('h1');

0 commit comments

Comments
 (0)