Skip to content

Commit

Permalink
Fixup #7736 (#7742)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnd0e authored Nov 4, 2021
1 parent 38c330d commit 89f9970
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
browser:
- Chrome1280x1024
- FirefoxTouch
- FirefoxPointerTouch
- FirefoxNoTouch
steps:
- name: Restore setup
uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions spec/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ module.exports = function (config) {
'dom.w3c_touch_events.enabled': 1
}
},
'FirefoxPointerTouch': {
'FirefoxNoTouch': {
base: 'FirefoxHeadless',
prefs: {
'dom.w3c_touch_events.enabled': 1
'dom.w3c_touch_events.enabled': 0
}
},
IE8: { // not working in IE 11!!
Expand Down

0 comments on commit 89f9970

Please sign in to comment.