Skip to content

Commit 2beae5b

Browse files
committed
test: added test for PR #284 android only
1 parent 4ac5d98 commit 2beae5b

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- tapOn:
14+
id: "set-value-button"
15+
16+
- tapOn:
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+
- tapOn:
35+
id: "value-modal-submit-button"
36+
37+
- tapOn:
38+
id: "size-max-button"
39+
40+
- runFlow:
41+
file: "../subflows/capture_or_assert_screenshot.yaml"
42+
env:
43+
SCREENSHOT_NAME: "empty_element_parsing"
9.63 KB
Loading

0 commit comments

Comments
 (0)