Skip to content

Commit 7781b78

Browse files
committed
docs: fix switchToRepl typos
1 parent d39f1c3 commit 7781b78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
```

i18n/ru/docusaurus-plugin-content-docs/current/commands/browser/switchToRepl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ it("test", async ({browser}) => {
7474
Т.к. мы передали в контекст переменную `counter`, то она будет доступна в терминале:
7575

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

0 commit comments

Comments
 (0)