From 4196e63d1fc97da3ec476185e620cbec2a11b515 Mon Sep 17 00:00:00 2001 From: Andrii Ieroshenko Date: Thu, 7 Sep 2023 20:08:33 -0700 Subject: [PATCH] remove cd ../../../ --- packages/jupyter-ai/ui-tests/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/jupyter-ai/ui-tests/README.md b/packages/jupyter-ai/ui-tests/README.md index 0a7fcd5ca..7e551a764 100644 --- a/packages/jupyter-ai/ui-tests/README.md +++ b/packages/jupyter-ai/ui-tests/README.md @@ -35,7 +35,6 @@ jlpm build cd ./packages/jupyter-ai/ui-tests/ jlpm install jlpm playwright install -cd ../../../ ``` 3. Execute the [Playwright](https://playwright.dev/docs/intro) tests: @@ -43,7 +42,6 @@ cd ../../../ ```sh cd ./packages/jupyter-ai/ui-tests/ jlpm test -cd ../../../ ``` Test results will be shown in the terminal. In case of any test failures, the test report @@ -73,7 +71,6 @@ jlpm build cd ./packages/jupyter-ai/ui-tests/ jlpm install jlpm playwright install -cd ../../../ ``` 3. Execute the [Playwright](https://playwright.dev/docs/intro) command: @@ -81,7 +78,6 @@ cd ../../../ ```sh cd ./packages/jupyter-ai/ui-tests/ jlpm test:update -cd ../../../ ``` > Some discrepancy may occurs between the snapshots generated on your computer and @@ -164,5 +160,4 @@ To update the web browser versions, you must update the package `@playwright/tes cd ./packages/jupyter-ai/ui-tests/ jlpm up "@playwright/test" jlpm playwright install -cd ../../../ ```