Skip to content

Commit 7211748

Browse files
committed
better waiting
1 parent 4c70f65 commit 7211748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injected/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bundle-trackers": "node scripts/bundleTrackers.mjs --output ../build/tracker-lookup.json",
1313
"test-unit": "jasmine --config=unit-test/config.json",
1414
"test-int": "playwright test --grep-invert '@screenshots'",
15-
"test-int-x": "xvfb-run --server-args='-screen 0 1024x768x24' npm run test-int",
15+
"test-int-x": "npm run test-int",
1616
"test-int-snapshots": "playwright test --grep '@screenshots'",
1717
"test-int-snapshots-update": "playwright test --grep '@screenshots' --update-snapshots --last-failed --pass-with-no-tests",
1818
"test": "npm run lint && npm run test-unit && npm run test-int && npm run playwright",

0 commit comments

Comments
 (0)