Add more globals to whitelist for safari

Fixes #3199
This commit is contained in:
Daniel Freedman 2015-12-14 15:57:17 -08:00
parent a5b7b85d4e
commit 82b2443a1d
2 changed files with 6 additions and 1 deletions

View File

@ -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",

View File

@ -40,6 +40,11 @@ suite('globals', function() {
// Polymer
Polymer: true,
currentImport: true
// weird safari + selenium globals
alert: true,
confirm: true,
prompt: true
};
test('check global leakage', function() {