Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit 5675e47

Browse files
author
Ian Walter
committed
Trying to connect to hub
1 parent 9558872 commit 5675e47

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
if (standalone) {
88
context.webdriver.standalone = standalone
99
} else if (hostname) {
10-
context.webdriver.hostname = hostname
10+
context.webdriver.hostname = 'localhost'
1111
} else {
1212
context.webdriver.browserstack = true
1313
context.webdriver.capabilities['bstack:options'] = {

tests.js

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ test('test server', async ({ browser, expect }) => {
1515
</html>
1616
`
1717
})
18-
console.log('SERVER', server)
1918
await browser.url(server.url)
2019
expect(await browser.getTitle()).toBe('Hello World!')
2120
})

0 commit comments

Comments
 (0)