We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbaf396 commit db0001eCopy full SHA for db0001e
tests/02_post_static_json_data.spec.js
@@ -1,7 +1,7 @@
1
// @ts-check
2
const { test, expect } = require('@playwright/test');
3
const bookingDetails = require('../test-data/booking-details.json');
4
-
+//testcase 2
5
test('should be able to create a booking', async ({ request }) => {
6
const response = await request.post(`/booking`, {
7
data: bookingDetails
0 commit comments