Skip to content

Commit

Permalink
The notification permission dialog caused flakiness within confirmati…
Browse files Browse the repository at this point in the history
…ons tests. disabling notifications
  • Loading branch information
cortisiko committed May 10, 2024
1 parent 1c2fc19 commit daca1d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/fixtures/fixture-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export async function withFixtures(options, testSuite) {
if (restartDevice) {
await device.launchApp({
delete: true,
permissions: { notifications: 'YES' },
launchArgs: {
fixtureServerPort: `${getFixturesServerPort()}`,
detoxURLBlacklistRegex: Utilities.BlacklistURLs,
Expand Down

0 comments on commit daca1d9

Please sign in to comment.