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 0c84ab3 commit ba5cf6dCopy full SHA for ba5cf6d
packages/app/integration-tests/browser-tests/browsers.test.js
@@ -36,7 +36,7 @@ function testPageWitCapabilities(capabilities) {
36
// Test if a sandbox can be loaded on IE11
37
return driver
38
.get(
39
- 'http://localhost:3002/#github/codesandbox/integration-sandboxes/tree/master/new'
+ 'http://localhost:3000/#github/codesandbox/integration-sandboxes/tree/master/new'
40
)
41
.then(async () => {
42
const element = webdriver.By.css('h1');
0 commit comments