Skip to content

Commit

Permalink
docs: fix switchToRepl typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sipayRT committed Jan 9, 2025
1 parent d39f1c3 commit 7781b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ it("test", async ({browser}) => {
Т.к. мы передали в контекст переменную `counter`, то она будет доступна в терминале:

```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 7781b78

Please sign in to comment.