Skip to content

Commit ee52762

Browse files
committed
Merge pull request #145 from marco-c/enable_vapid_payload_test
Reenable VAPID & payload test
2 parents 9058c31 + bcb792d commit ee52762

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Supports Firefox 44+ and Chromium/Chrome 42+.
55
Notifications with payloads are supported in Firefox 44+ and Chromium/Chrome 50+.
6-
[VAPID](https://tools.ietf.org/html/draft-thomson-webpush-vapid-02) is supported in Firefox 45+ (for notifications without payloads).
6+
[VAPID](https://tools.ietf.org/html/draft-thomson-webpush-vapid-02) is supported in Firefox 45+ (for notifications without payloads) and in Firefox 46+ for all notifications.
77

88
[![NPM](https://nodei.co/npm/web-push.svg?downloads=true)](https://www.npmjs.com/package/web-push)
99

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)