Skip to content

Commit 9550b9b

Browse files
committed
Skip running the test
1 parent a72e1fa commit 9550b9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/sources/k6/next/javascript-api/k6-browser/page/waitforresponse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ export default async function () {
7272

7373
1. **Set up promise before trigger**: Always set up the `waitForResponse` promise before triggering the action that causes the request:
7474

75+
<!-- md-k6:skip -->
76+
7577
```javascript
7678
// Correct
7779
const responsePromise = page.waitForResponse('/api/data');

0 commit comments

Comments
 (0)