Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
fungairino committed Jul 8, 2024
1 parent 14dcaa8 commit 24103ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ module.exports = {
allowConditional: true,
},
],
"playwright/no-page-pause": "error",
"playwright/no-wait-for-timeout": "error",
"playwright/no-useless-not": "error",
"playwright/expect-expect": [
Expand Down
2 changes: 0 additions & 2 deletions end-to-end-tests/tests/pageEditor/brickActions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,4 @@ test("brick actions panel shows when starter brick is selected", async ({
);
await testStarterBrick.activate();
await expect(pageEditorPage.brickActionsPanel.root).toBeVisible();

await page.pause();
});

0 comments on commit 24103ca

Please sign in to comment.