Skip to content

Commit

Permalink
test: ignore require contact verification
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Oct 21, 2024
1 parent 885db1d commit 1dea738
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/meteor/tests/e2e/fixtures/inject-initial-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ export default async function injectInitialData() {
_id: 'Accounts_OAuth_Google',
value: false,
},
{
_id: 'Livechat_Require_Contact_Verification',
value: 'never',
},
].map((setting) =>
connection
.db()
Expand Down

0 comments on commit 1dea738

Please sign in to comment.