Skip to content

Commit db0001e

Browse files
committed
test branch
1 parent fbaf396 commit db0001e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/02_post_static_json_data.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22
const { test, expect } = require('@playwright/test');
33
const bookingDetails = require('../test-data/booking-details.json');
4-
4+
//testcase 2
55
test('should be able to create a booking', async ({ request }) => {
66
const response = await request.post(`/booking`, {
77
data: bookingDetails

0 commit comments

Comments
 (0)