Skip to content

Commit

Permalink
docs: Update switchToRepl.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
sipayRT authored Dec 26, 2024
1 parent d39f1c3 commit ebff058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/commands/browser/switchToRepl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ it("test", async ({browser}) => {
Since we passed the `counter` variable to the context, it will be available in the terminal:

```bash
npx hermione --repl --grep "test" -b "chrome"
npx testplane --repl --grep "test" -b "chrome"
> console.log("counter:", counter);
counter: 1
```
Expand Down

0 comments on commit ebff058

Please sign in to comment.