Skip to content

Commit 6e90283

Browse files
author
Steven Orvell
committed
Update FF test config.
1 parent ca03e08 commit 6e90283

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_script:
2020
update-types".' && false)
2121
script:
2222
- wct -l chrome
23-
- wct -l firefox
23+
- xvfb-run wct -l firefox
2424
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then travis_wait 30 ./util/travis-sauce-test.sh; fi
2525
env:
2626
global:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"polymer-build": "^2.1.1",
3232
"run-sequence": "^2.2.0",
3333
"through2": "^2.0.0",
34-
"web-component-tester": "^6.5.0"
34+
"web-component-tester": "^6.9.0"
3535
},
3636
"scripts": {
3737
"build": "gulp",

test/unit/globals.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,10 @@
8585
// weird safari + selenium globals
8686
alert: true,
8787
confirm: true,
88-
prompt: true
88+
prompt: true,
89+
90+
// weird FF globals
91+
XULElement: true
8992
};
9093

9194
test('check global leakage', function() {

util/travis-sauce-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
1010
#
1111
set -x
12-
wct -s 'windows 10/microsoftedge@14' -s 'windows 10/microsoftedge@15' -s 'windows 10/microsoftedge@16' -s 'windows 8.1/internet explorer@11' -s 'os x 10.11/safari@9' -s 'macos 10.12/safari@10' -s 'macos 10.13/safari@11' -s 'Linux/chrome@41'
12+
wct -s 'windows 10/microsoftedge@15' -s 'windows 10/microsoftedge@17' -s 'windows 8.1/internet explorer@11' -s 'os x 10.11/safari@9' -s 'macos 10.13/safari@11' -s 'macos 10.13/safari@12' -s 'Linux/chrome@41' -s 'windows/firefox@62'

wct.conf.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"headless",
1111
"disable-gpu",
1212
"no-sandbox"
13-
],
14-
"firefox": [
15-
"-headless"
1613
]
1714
}
1815
}

0 commit comments

Comments
 (0)