Skip to content

Commit 378370e

Browse files
troZeePiotr Trocki
andauthored
chore(maestro): tests improvements (#1095)
* chore: tests improvements * move to setup folder * fix tabview example --------- Co-authored-by: Piotr Trocki <piotr@trocki.com>
1 parent c5d96cf commit 378370e

19 files changed

Lines changed: 23 additions & 12 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.maestro/tests/pager_vertical_basic_example_setup.yaml renamed to .maestro/setup/pager_vertical_basic_example_setup.yaml

File renamed without changes.

.maestro/tests/scrollable_pagerView_example_setup.yaml renamed to .maestro/setup/scrollable_pagerView_example_setup.yaml

File renamed without changes.

.maestro/tests/tab_view_inside_scroll_view_example_setup.yaml renamed to .maestro/setup/tab_view_inside_scroll_view_example_setup.yaml

File renamed without changes.

.maestro/tests/material_top_bar_example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
appId: com.pagerviewexample
22
---
3-
- runFlow: material_top_bar_example_setup.yaml
3+
- runFlow: ../setup/material_top_bar_example_setup.yaml
44

55
- tapOn:
66
id: 'material-top-bar-login-button'

.maestro/tests/nested_pagerView_example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
appId: com.pagerviewexample
22
---
3-
- runFlow: nested_pagerView_example_setup.yaml
3+
- runFlow: ../setup/nested_pagerView_example_setup.yaml
44

55
- swipe:
66
from:

.maestro/tests/on_page_selected_example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
appId: com.pagerviewexample
22
---
3-
- runFlow: on_page_selected_example_setup.yaml
3+
- runFlow: ../setup/on_page_selected_example_setup.yaml
44

55
- tapOn: 'OK'
66

0 commit comments

Comments
 (0)