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 511004e commit 2785c21Copy full SHA for 2785c21
index.html
@@ -17,8 +17,8 @@
17
min-width: 100px;
18
padding: 15px 20px;
19
background-color: purple;
20
- border: 1px solid black;
21
- border-radius: 15px;
+ border: 1px dotted black;
+ border-radius: 5px;
22
color: white;
23
font-size: 16px;
24
}
test/index.js
@@ -30,7 +30,7 @@ if (config.localBrowser) {
30
'browser': config.browser,
31
'version': config.browserVersion,
32
'os': 'windows',
33
- 'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
+ //'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
34
'idle-timeout': 900,
35
/*'browserstack.debug': 'true',
36
'browserstack.user': config.browserstackUser,
0 commit comments