Skip to content

Commit 6de3e5d

Browse files
committed
fix: linting issues
1 parent 80a8872 commit 6de3e5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pages/landing-page.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ test.describe("Landing page tests", () => {
4646
});
4747

4848
test("Check 'WHAT WE DO' section title and content", async ({ page }) => {
49+
// eslint-disable-next-line quotes
4950
const whatWeDoSection = page.locator('text="WHAT WE DO"');
5051
await expect(whatWeDoSection).toBeVisible();
5152

0 commit comments

Comments
 (0)