remove demo test
This commit is contained in:
parent
23a0a53e1b
commit
c0c036b480
|
|
@ -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)
|
||||
});
|
||||
Loading…
Reference in a new issue