From c55a19bddf616bf2b7f5a1c602cc51b47e30566d Mon Sep 17 00:00:00 2001 From: oneofthezombies Date: Mon, 11 Dec 2023 17:07:17 +0900 Subject: [PATCH] docs: remove dot list --- docs/get-started/tutorials/test-automation/appium/pytest.mdx | 3 +-- .../tutorials/test-automation/gamium/jest/mobile.mdx | 2 +- .../tutorials/test-automation/gamium/pytest/mobile.mdx | 2 +- docs/get-started/tutorials/test-automation/selenium/jest.mdx | 2 +- docs/get-started/tutorials/test-automation/selenium/pytest.mdx | 2 +- .../tutorials/test-automation/webdriverio/jest/mobile.mdx | 2 +- .../tutorials/test-automation/gamium/jest/mobile.mdx | 2 +- .../tutorials/test-automation/gamium/pytest/mobile.mdx | 2 +- .../get-started/tutorials/test-automation/selenium/jest.mdx | 2 +- .../get-started/tutorials/test-automation/selenium/pytest.mdx | 2 +- .../tutorials/test-automation/webdriverio/jest/mobile.mdx | 2 +- src/components/tutorial/routine/RunARoutine.mdx | 2 +- 12 files changed, 12 insertions(+), 13 deletions(-) diff --git a/docs/get-started/tutorials/test-automation/appium/pytest.mdx b/docs/get-started/tutorials/test-automation/appium/pytest.mdx index b360a40..0aad70c 100644 --- a/docs/get-started/tutorials/test-automation/appium/pytest.mdx +++ b/docs/get-started/tutorials/test-automation/appium/pytest.mdx @@ -44,5 +44,4 @@ Describes how to test apps with Dogu using Pytest. - -- + diff --git a/docs/get-started/tutorials/test-automation/gamium/jest/mobile.mdx b/docs/get-started/tutorials/test-automation/gamium/jest/mobile.mdx index 4f15e2f..b857f7c 100644 --- a/docs/get-started/tutorials/test-automation/gamium/jest/mobile.mdx +++ b/docs/get-started/tutorials/test-automation/gamium/jest/mobile.mdx @@ -42,4 +42,4 @@ import routine_livestreaming_gamium_pytest from '@site/static/img/routine/routin -- + diff --git a/docs/get-started/tutorials/test-automation/gamium/pytest/mobile.mdx b/docs/get-started/tutorials/test-automation/gamium/pytest/mobile.mdx index e8c213f..cfa8da9 100644 --- a/docs/get-started/tutorials/test-automation/gamium/pytest/mobile.mdx +++ b/docs/get-started/tutorials/test-automation/gamium/pytest/mobile.mdx @@ -42,4 +42,4 @@ import routine_livestreaming_gamium_pytest from '@site/static/img/routine/routin -- + diff --git a/docs/get-started/tutorials/test-automation/selenium/jest.mdx b/docs/get-started/tutorials/test-automation/selenium/jest.mdx index 16233bb..2ec022d 100644 --- a/docs/get-started/tutorials/test-automation/selenium/jest.mdx +++ b/docs/get-started/tutorials/test-automation/selenium/jest.mdx @@ -54,7 +54,7 @@ Describes how to write and run browser tests with Dogu using Jest. -- diff --git a/docs/get-started/tutorials/test-automation/selenium/pytest.mdx b/docs/get-started/tutorials/test-automation/selenium/pytest.mdx index 3eb4d68..b087958 100644 --- a/docs/get-started/tutorials/test-automation/selenium/pytest.mdx +++ b/docs/get-started/tutorials/test-automation/selenium/pytest.mdx @@ -54,7 +54,7 @@ Describes how to write and run browser tests with Dogu using Pytest. -- diff --git a/docs/get-started/tutorials/test-automation/webdriverio/jest/mobile.mdx b/docs/get-started/tutorials/test-automation/webdriverio/jest/mobile.mdx index ea63ce4..2aadd2f 100644 --- a/docs/get-started/tutorials/test-automation/webdriverio/jest/mobile.mdx +++ b/docs/get-started/tutorials/test-automation/webdriverio/jest/mobile.mdx @@ -42,4 +42,4 @@ import routine_livestreaming_webdriverio_jest from '@site/static/img/routine/rou -- + diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/gamium/jest/mobile.mdx b/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/gamium/jest/mobile.mdx index 1fb5fcf..f52b434 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/gamium/jest/mobile.mdx +++ b/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/gamium/jest/mobile.mdx @@ -43,4 +43,4 @@ import routine_livestreaming_gamium_pytest from '@site/static/img/routine/routin -- + diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/gamium/pytest/mobile.mdx b/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/gamium/pytest/mobile.mdx index 6d434d2..322dcf5 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/gamium/pytest/mobile.mdx +++ b/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/gamium/pytest/mobile.mdx @@ -42,4 +42,4 @@ import routine_livestreaming_gamium_pytest from '@site/static/img/routine/routin -- + diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/selenium/jest.mdx b/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/selenium/jest.mdx index 444f9ad..ff04458 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/selenium/jest.mdx +++ b/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/selenium/jest.mdx @@ -54,7 +54,7 @@ Jest를 이용하여 Dogu와 함께 브라우저 테스트를 작성하고 실 -- diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/selenium/pytest.mdx b/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/selenium/pytest.mdx index 30a0d31..2eff459 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/selenium/pytest.mdx +++ b/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/selenium/pytest.mdx @@ -54,7 +54,7 @@ Pytest를 이용하여 Dogu와 함께 브라우저 테스트를 작성하고 실 -- diff --git a/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/webdriverio/jest/mobile.mdx b/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/webdriverio/jest/mobile.mdx index 9378a17..b318b31 100644 --- a/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/webdriverio/jest/mobile.mdx +++ b/i18n/ko/docusaurus-plugin-content-docs/current/get-started/tutorials/test-automation/webdriverio/jest/mobile.mdx @@ -42,4 +42,4 @@ import routine_livestreaming_webdriverio_jest from '@site/static/img/routine/rou -- + diff --git a/src/components/tutorial/routine/RunARoutine.mdx b/src/components/tutorial/routine/RunARoutine.mdx index c917f77..683abe1 100644 --- a/src/components/tutorial/routine/RunARoutine.mdx +++ b/src/components/tutorial/routine/RunARoutine.mdx @@ -1,3 +1,3 @@ ## Run a routine -- Now click the Run routine button to run the routine. You can see that the routine is running and automated testing is in progress. +- Now click the Run routine button to run the routine. You can see that the routine is running and automated testing is in progress. \ No newline at end of file