Skip to content

Commit

Permalink
Use experimental import
Browse files Browse the repository at this point in the history
Co-authored-by: ka3de <[email protected]>
  • Loading branch information
ankur22 and ka3de authored Jan 9, 2024
1 parent ee3c483 commit cf3b52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release notes/v0.49.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The new `clear` method on `locator` will clear text boxes and input fields. This

```javascript
import { check } from 'k6';
import { browser } from 'k6/x/browser';
import { browser } from 'k6/experimental/browser';

export const options = {
scenarios: {
Expand Down

0 comments on commit cf3b52e

Please sign in to comment.