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 375275b commit a72e1faCopy full SHA for a72e1fa
docs/sources/k6/next/javascript-api/k6-browser/page/waitforresponse.md
@@ -83,7 +83,7 @@ export default async function () {
83
const response = await page.waitForResponse('/api/data');
84
```
85
86
-3. **Verify response content**: After waiting for the response, verify that the response status and content match your expectations.
+1. **Verify response content**: After waiting for the response, verify that the response status and content match your expectations.
87
88
### Related
89
0 commit comments