Skip to content

Commit 10d607b

Browse files
committed
test: added test for PR #359
1 parent 24d9427 commit 10d607b

6 files changed

+43
-2
lines changed

.maestro/flows/inline_styles_survive_block_toggle.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
appId: swmansion.enriched.example
2-
# tags:
3-
# - android-only
42
---
53
# PR #370 - fix: reapplying spans
64
- launchApp
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
appId: swmansion.enriched.example
2+
---
3+
# PR #359 - fix: android span watcher
4+
- launchApp
5+
6+
- tapOn:
7+
id: "toggle-screen-button"
8+
9+
- tapOn:
10+
id: "editor-input"
11+
12+
- tapOn:
13+
id: "toolbar-ordered-list"
14+
15+
- inputText: "A"
16+
- pressKey: Enter
17+
- inputText: "B"
18+
- pressKey: Enter
19+
- inputText: "C"
20+
21+
# Tap on the second line to position cursor there
22+
- tapOn:
23+
id: "editor-input"
24+
point: "50%,50%"
25+
26+
- pressKey: backspace
27+
- pressKey: backspace
28+
29+
- runFlow:
30+
file: "../subflows/capture_or_assert_screenshot.yaml"
31+
env:
32+
SCREENSHOT_NAME: "ordered_list_renumbering_after_emptying_second_line"
33+
34+
- tapOn:
35+
id: "editor-input"
36+
point: "50%,50%"
37+
38+
- pressKey: backspace
39+
40+
- runFlow:
41+
file: "../subflows/capture_or_assert_screenshot.yaml"
42+
env:
43+
SCREENSHOT_NAME: "ordered_list_renumbering_after_deleting_second_line"
4.05 KB
Loading
4 KB
Loading
4.68 KB
Loading
4.71 KB
Loading

0 commit comments

Comments
 (0)