We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a285b04 commit b85e80dCopy full SHA for b85e80d
.github/workflows/ci-testing.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: npx playwright install --with-deps
19
- run: npm install -g grunt-cli
20
- run: grunt default
21
- - run: xvfb-run --auto-servernum -- npx playwright test --workers=1 --retries=3
+ - run: xvfb-run --auto-servernum -- npx playwright test layerContextMenuKeyboard popup --workers=1 --retries=3
22
# - run: xvfb-run --auto-servernum -- npm run jest
23
env:
24
CI: true
0 commit comments