@@ -221,7 +221,7 @@ export default class TestContext {
221221 right : 0 ,
222222 bottom : 0 ,
223223 } ,
224- enabled : true ,
224+ enabled : false ,
225225 message : {
226226 subscribing : 'Thanks for subscribing!' ,
227227 unsubscribing : "You won't receive notifications again" ,
@@ -239,7 +239,7 @@ export default class TestContext {
239239 prompts : [
240240 {
241241 type : DelayedPromptType . Push ,
242- autoPrompt : true ,
242+ autoPrompt : false ,
243243 text : {
244244 acceptButton : 'Allow' ,
245245 cancelButton : 'No Thanks' ,
@@ -252,7 +252,7 @@ export default class TestContext {
252252 fullscreen : {
253253 title : 'example.com' ,
254254 caption : 'You can unsubscribe anytime' ,
255- enabled : true ,
255+ enabled : false ,
256256 message : 'This is an example notification message.' ,
257257 acceptButton : 'Continue' ,
258258 cancelButton : 'No Thanks' ,
@@ -262,7 +262,7 @@ export default class TestContext {
262262 customizeTextEnabled : true ,
263263 } ,
264264 customlink : {
265- enabled : true ,
265+ enabled : false ,
266266 style : 'button' ,
267267 size : 'medium' ,
268268 color : {
@@ -350,7 +350,7 @@ export default class TestContext {
350350 static getFakeAppUserConfig ( appId : string = APP_ID ) : AppUserConfig {
351351 return {
352352 appId,
353- autoRegister : true ,
353+ autoRegister : false ,
354354 autoResubscribe : true ,
355355 path : '/fake-page' ,
356356 serviceWorkerPath : 'fakeWorkerName.js' ,
@@ -365,7 +365,7 @@ export default class TestContext {
365365 prompts : [
366366 {
367367 type : DelayedPromptType . Push ,
368- autoPrompt : true ,
368+ autoPrompt : false ,
369369 text : {
370370 acceptButton : 'Allow' ,
371371 cancelButton : 'No Thanks' ,
0 commit comments