Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Commit

Permalink
Referencing web-push
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gaunt committed Apr 4, 2016
1 parent b4a28ab commit 3eac24f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/automated-suite.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ describe('Test Propel', function() {
let initialisePromise = Promise.resolve();
if (browserInfo.seleniumBrowserId === 'firefox') {
// H/T to web-push for this trick to get permissions accepted / denied
// https://github.com/marco-c/web-push
initialisePromise = globalDriverReference.executeScript(() => {
/* global window, Components */
window.netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
Expand Down

0 comments on commit 3eac24f

Please sign in to comment.