diff --git a/examples/github-api/tests/demo.spec.ts b/examples/github-api/tests/demo.spec.ts deleted file mode 100644 index 3449819fab..0000000000 --- a/examples/github-api/tests/demo.spec.ts +++ /dev/null @@ -1,7 +0,0 @@ -import { test, expect } from "@playwright/test"; - -test('should get posts', async ({ request }) => { - const posts = await request.get(`https://jsonplaceholder.typicode.com/posts/1`); - expect(posts.ok()).toBeTruthy(); - expect(await posts.text()).toHaveLength(10) -}); \ No newline at end of file