We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5c417 commit 19d6664Copy full SHA for 19d6664
e2e/articles.spec.ts
@@ -1,6 +1,6 @@
1
import { test, expect } from "playwright/test";
2
3
-test.describe("Articles", () => {
+test.skip("Articles", () => {
4
test("Should load more articles when scrolling to the end of the page", async ({
5
page,
6
}) => {
0 commit comments