Skip to content

Commit

Permalink
Add more globals to whitelist for safari
Browse files Browse the repository at this point in the history
Fixes #3199
  • Loading branch information
dfreedm committed Dec 14, 2015
1 parent a5b7b85 commit 82b2443
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lazypipe": "^0.2.3",
"polyclean": "^1.2.0",
"run-sequence": "^1.1.0",
"web-component-tester": "^3.3.21"
"web-component-tester": "^4"
},
"scripts": {
"build": "gulp",
Expand Down
5 changes: 5 additions & 0 deletions test/unit/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
// Polymer
Polymer: true,
currentImport: true

// weird safari + selenium globals
alert: true,
confirm: true,
prompt: true
};

test('check global leakage', function() {
Expand Down

0 comments on commit 82b2443

Please sign in to comment.