diff --git a/tests/auth.setup.ts b/tests/auth.setup.ts index d89b1eb..c49a496 100644 --- a/tests/auth.setup.ts +++ b/tests/auth.setup.ts @@ -24,7 +24,7 @@ setup('authenticate', async ({ baseURL }) => { value: JSON.stringify({ jiraApiKey: process.env.JIRA_API_KEY, bugzillaApiKey: process.env.BUGZILLA_API_KEY, - showNotifications: false, + showNotifications: true, affectsPerPage: 10, trackersPerPage: 10, }),