Skip to content

Commit

Permalink
docs: remove dot list
Browse files Browse the repository at this point in the history
  • Loading branch information
oneofthezombies committed Dec 11, 2023
1 parent 0964acb commit c55a19b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 13 deletions.
3 changes: 1 addition & 2 deletions docs/get-started/tutorials/test-automation/appium/pytest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ Describes how to test apps with Dogu using Pytest.
</div>

<RunARoutine />

- <img src={routine_livestreaming_appium_pytest} style={{ width: 800 }} />
<img src={routine_livestreaming_appium_pytest} style={{ width: 800 }} />
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ import routine_livestreaming_gamium_pytest from '@site/static/img/routine/routin
</div>

<RunARoutine />
- <img src={routine_livestreaming_gamium_pytest} style={{ width: 800 }} />
<img src={routine_livestreaming_gamium_pytest} style={{ width: 800 }} />
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ import routine_livestreaming_gamium_pytest from '@site/static/img/routine/routin
</div>

<RunARoutine />
- <img src={routine_livestreaming_gamium_pytest} style={{ width: 800 }} />
<img src={routine_livestreaming_gamium_pytest} style={{ width: 800 }} />
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Describes how to write and run browser tests with Dogu using Jest.
</BrowserOnly>

<RunARoutine />
- <img
<img
src={routine_livestreaming_selenium_cross_python}
style={{ width: 800 }}
/>
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Describes how to write and run browser tests with Dogu using Pytest.
</BrowserOnly>

<RunARoutine />
- <img
<img
src={routine_livestreaming_selenium_cross_python}
style={{ width: 800 }}
/>
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ import routine_livestreaming_webdriverio_jest from '@site/static/img/routine/rou
</div>

<RunARoutine />
- <img src={routine_livestreaming_webdriverio_jest} style={{ width: 800 }} />
<img src={routine_livestreaming_webdriverio_jest} style={{ width: 800 }} />
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ import routine_livestreaming_gamium_pytest from '@site/static/img/routine/routin
</div>

<RunARoutine />
- <img src={routine_livestreaming_gamium_pytest} style={{ width: 800 }} />
<img src={routine_livestreaming_gamium_pytest} style={{ width: 800 }} />
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ import routine_livestreaming_gamium_pytest from '@site/static/img/routine/routin
</div>

<RunARoutine />
- <img src={routine_livestreaming_gamium_pytest} style={{ width: 800 }} />
<img src={routine_livestreaming_gamium_pytest} style={{ width: 800 }} />
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Jest를 이용하여 Dogu와 함께 브라우저 테스트를 작성하고 실
</BrowserOnly>

<RunARoutine />
- <img
<img
src={routine_livestreaming_selenium_cross_python}
style={{ width: 800 }}
/>
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Pytest를 이용하여 Dogu와 함께 브라우저 테스트를 작성하고 실
</BrowserOnly>

<RunARoutine />
- <img
<img
src={routine_livestreaming_selenium_cross_python}
style={{ width: 800 }}
/>
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ import routine_livestreaming_webdriverio_jest from '@site/static/img/routine/rou
</div>

<RunARoutine />
- <img src={routine_livestreaming_webdriverio_jest} style={{ width: 800 }} />
<img src={routine_livestreaming_webdriverio_jest} style={{ width: 800 }} />
2 changes: 1 addition & 1 deletion src/components/tutorial/routine/RunARoutine.mdx
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit c55a19b

Please sign in to comment.