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 0bc0978 commit cf91f62Copy full SHA for cf91f62
tests/01_post_static_data.spec.js
@@ -1,6 +1,7 @@
1
// @ts-check
2
const { test, expect } = require('@playwright/test');
3
4
+//test case 1
5
test('should be able to create a booking', async ({ request }) => {
6
const response = await request.post(`/booking`, {
7
data: {
0 commit comments