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