We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9058c31 commit 8781059Copy full SHA for 8781059
test/testSelenium.js
@@ -259,15 +259,13 @@ suite('selenium', function() {
259
});
260
}
261
262
- /*
263
- XXX: Currently broken, see https://github.com/mozilla-services/autopush/issues/426.
264
test('send/receive notification with payload & vapid with Firefox Beta', function() {
265
return runTest({
266
browser: 'firefox-beta',
267
payload: 'marco',
268
vapid: vapidParam,
269
270
- });*/
+ });
271
272
if (process.env.GCM_API_KEY && process.env.TRAVIS_OS_NAME !== 'osx') {
273
test('send/receive notification with payload & vapid with Chrome', function() {
0 commit comments