1 parent acc0fe2 commit f079c9bCopy full SHA for f079c9b
3 files changed
.maestro/flows/checkbox_toggle.yaml
@@ -0,0 +1,31 @@
1
+appId: swmansion.enriched.example
2
+---
3
+# PR #410 - fix: remove applying typing attr when toggling checkbox
4
+- launchApp
5
+
6
+- tapOn:
7
+ id: "toggle-screen-button"
8
9
10
+ id: "editor-input"
11
12
13
+ id: "toolbar-checkbox-list"
14
+- inputText: "Item one"
15
+- pressKey: Enter
16
+- inputText: "Item two"
17
18
19
+- pressKey: Backspace
20
+- inputText: "Plain text"
21
22
23
24
25
+ point: "14%,37%"
26
27
28
+- runFlow:
29
+ file: "../subflows/capture_or_assert_screenshot.yaml"
30
+ env:
31
+ SCREENSHOT_NAME: "checkbox_toggle"
.maestro/screenshots/android/checkbox_toggle.png
12.5 KB
.maestro/screenshots/ios/checkbox_toggle.png
15.8 KB
0 commit comments