Skip to content

Commit b721c40

Browse files
committed
fix code example
1 parent bd92176 commit b721c40

File tree

1 file changed

+1
-1
lines changed
  • docs/sources/k6/next/javascript-api/k6-browser/page

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Executes JavaScript code in the page and returns the value of the `pageFunction`
3030

3131
```javascript
3232
import { browser } from 'k6/browser';
33-
import { check } from 'k6/http';
33+
import { check } from 'k6';
3434

3535
export const options = {
3636
scenarios: {

0 commit comments

Comments
 (0)