Skip to content

Commit

Permalink
infra: add generated state.json to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenrich33 committed Dec 21, 2024
1 parent 363d2d0 commit 31b9f96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 85 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ __pycache__/*
/playwright-report/
/blob-report/
/playwright/.cache/
state.json
85 changes: 0 additions & 85 deletions state.json

This file was deleted.

1 change: 1 addition & 0 deletions tests/app.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { test, expect, chromium } from '@playwright/test';
import path from 'path';

const QR_CODE_TIMEOUT = 30_000;

const fakeCamArgs = (qrCodeRelativePath: string) => ({
args: [
"--auto-accept-camera-and-microphone-capture",
Expand Down

0 comments on commit 31b9f96

Please sign in to comment.