Skip to content

Commit ebff058

Browse files
authored
docs: Update switchToRepl.mdx
1 parent d39f1c3 commit ebff058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commands/browser/switchToRepl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ it("test", async ({browser}) => {
7373
Since we passed the `counter` variable to the context, it will be available in the terminal:
7474

7575
```bash
76-
npx hermione --repl --grep "test" -b "chrome"
76+
npx testplane --repl --grep "test" -b "chrome"
7777
> console.log("counter:", counter);
7878
counter: 1
7979
```

0 commit comments

Comments
 (0)