Skip to content

Commit

Permalink
update screenshot and remove parallel in playground tests due to reset
Browse files Browse the repository at this point in the history
  • Loading branch information
e111077 committed Feb 28, 2024
1 parent 4764247 commit 11359ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions packages/lit-dev-tests/src/playwright/playground.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ const failNextGitHubRequest = async (browser: Browser): Promise<void> => {
await page.close();
};

test.describe.configure({mode: 'parallel'});

function runScreenshotTests(dark: boolean) {
test.describe('Playground screenshots', () => {
test.beforeEach(async ({browser, page}) => {
Expand Down

0 comments on commit 11359ea

Please sign in to comment.