1 parent 4ac5d98 commit 2beae5bCopy full SHA for 2beae5b
2 files changed
.maestro/flows/empty_element_parsing.yaml
@@ -0,0 +1,43 @@
1
+appId: swmansion.enriched.example
2
+platform: android
3
+---
4
+# PR #284 - fix: parsing empty elements
5
+- runFlow:
6
+ when:
7
+ platform: android
8
+ commands:
9
+ - launchApp
10
+ - tapOn:
11
+ id: "toggle-screen-button"
12
+
13
14
+ id: "set-value-button"
15
16
17
+ id: "value-modal-input"
18
19
+ - inputText: >
20
+ <html>
21
+ <p>A</p>
22
+ <p>B</p>
23
+ <p><b>A</b></p>
24
+ <p><b>B</b></p>
25
+ <ul>
26
+ <li><b>A</b></li>
27
+ <li><b>B</b></li>
28
+ <li><b>C</b></li>
29
+ <li><b></b></li>
30
+ </ul>
31
+ <br>
32
+ </html>
33
34
35
+ id: "value-modal-submit-button"
36
37
38
+ id: "size-max-button"
39
40
+ - runFlow:
41
+ file: "../subflows/capture_or_assert_screenshot.yaml"
42
+ env:
43
+ SCREENSHOT_NAME: "empty_element_parsing"
.maestro/screenshots/android/empty_element_parsing.png
9.63 KB
0 commit comments