Skip to content

Commit 8781059

Browse files
committed
Reenable test with VAPID & payload
1 parent 9058c31 commit 8781059

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/testSelenium.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,15 +259,13 @@ suite('selenium', function() {
259259
});
260260
}
261261

262-
/*
263-
XXX: Currently broken, see https://github.com/mozilla-services/autopush/issues/426.
264262
test('send/receive notification with payload & vapid with Firefox Beta', function() {
265263
return runTest({
266264
browser: 'firefox-beta',
267265
payload: 'marco',
268266
vapid: vapidParam,
269267
});
270-
});*/
268+
});
271269

272270
if (process.env.GCM_API_KEY && process.env.TRAVIS_OS_NAME !== 'osx') {
273271
test('send/receive notification with payload & vapid with Chrome', function() {

0 commit comments

Comments
 (0)