Skip to content

Commit 19d6664

Browse files
skip articles e2e test
1 parent 3c5c417 commit 19d6664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/articles.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { test, expect } from "playwright/test";
22

3-
test.describe("Articles", () => {
3+
test.skip("Articles", () => {
44
test("Should load more articles when scrolling to the end of the page", async ({
55
page,
66
}) => {

0 commit comments

Comments
 (0)