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 bd92176 commit b721c40Copy full SHA for b721c40
docs/sources/k6/next/javascript-api/k6-browser/page/evaluate.md
@@ -30,7 +30,7 @@ Executes JavaScript code in the page and returns the value of the `pageFunction`
30
31
```javascript
32
import { browser } from 'k6/browser';
33
-import { check } from 'k6/http';
+import { check } from 'k6';
34
35
export const options = {
36
scenarios: {
0 commit comments