From 7781b78a79fd8cd49f73249995b771a2ccf39a40 Mon Sep 17 00:00:00 2001 From: sipayrt Date: Thu, 26 Dec 2024 15:11:23 +0300 Subject: [PATCH] docs: fix switchToRepl typos --- docs/commands/browser/switchToRepl.mdx | 2 +- .../current/commands/browser/switchToRepl.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/commands/browser/switchToRepl.mdx b/docs/commands/browser/switchToRepl.mdx index 5ac5890..aaceb7f 100644 --- a/docs/commands/browser/switchToRepl.mdx +++ b/docs/commands/browser/switchToRepl.mdx @@ -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 ``` diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/commands/browser/switchToRepl.mdx b/i18n/ru/docusaurus-plugin-content-docs/current/commands/browser/switchToRepl.mdx index 5a4886f..124546f 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/commands/browser/switchToRepl.mdx +++ b/i18n/ru/docusaurus-plugin-content-docs/current/commands/browser/switchToRepl.mdx @@ -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 ```