Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jul 12, 2024
1 parent 7a36604 commit ccc9077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
shell: bash -l {0}
working-directory: ui-tests
run: |
npx playwright test --update-snapshots
PWDEBUG=1 npx playwright test
- name: Upload Playwright Test report
if: always()
Expand Down
2 changes: 1 addition & 1 deletion ui-tests/tests/geojson-layers.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test.describe('#geoJSONLayer', () => {

await expect(dialog).not.toBeAttached();

await new Promise(_ => setTimeout(_, 500));
await new Promise(_ => setTimeout(_, 1000));

expect(await main?.screenshot()).toMatchSnapshot('geoJSON-layer.png', {});
});
Expand Down

0 comments on commit ccc9077

Please sign in to comment.