Skip to content

Commit aff5a27

Browse files
committed
fix: single test / android: link and mention evaluation on paste
1 parent d731ed7 commit aff5a27

12 files changed

Lines changed: 75 additions & 36 deletions

.maestro/enrichedInput/flows/link_auto_detection.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
appId: swmansion.enriched.example
2+
---
3+
# Verifies typing a URL directly into the editor
4+
- launchApp
5+
6+
- tapOn:
7+
id: 'toggle-screen-button'
8+
9+
- tapOn:
10+
id: "editor-input"
11+
12+
- inputText: 'swmansion.com'
13+
14+
- doubleTapOn:
15+
id: 'editor-input'
16+
point: '20%, 50%'
17+
- tapOn:
18+
text: 'Copy'
19+
20+
- tapOn:
21+
id: 'editor-input'
22+
point: '70%, 50%'
23+
- pressKey: Enter
24+
25+
- longPressOn:
26+
id: 'editor-input'
27+
point: '50%, 70%'
28+
- tapOn:
29+
text: 'Paste'
30+
- inputText: 'm'
31+
32+
- pressKey: Enter
33+
- inputText: 'swm'
34+
- longPressOn:
35+
id: 'editor-input'
36+
point: '50%, 75%'
37+
- tapOn:
38+
text: 'Paste'
39+
40+
- runFlow:
41+
file: '../subflows/capture_or_assert_screenshot.yaml'
42+
env:
43+
SCREENSHOT_NAME: 'links_visual_auto'
44+
45+
- runFlow:
46+
file: '../subflows/set_editor_value.yaml'
47+
env:
48+
VALUE: '<html><p><a href="example.com">example.com</a></p></html>'
49+
50+
- doubleTapOn:
51+
id: 'editor-input'
52+
point: '20%, 50%'
53+
- tapOn:
54+
text: 'Copy'
55+
56+
- tapOn:
57+
id: 'editor-input'
58+
point: '70%, 50%'
59+
- pressKey: Enter
60+
61+
- longPressOn:
62+
id: 'editor-input'
63+
point: '50%, 70%'
64+
- tapOn:
65+
text: 'Paste'
66+
- pressKey: Backspace
67+
68+
- runFlow:
69+
file: '../subflows/capture_or_assert_screenshot.yaml'
70+
env:
71+
SCREENSHOT_NAME: 'links_visual_manual'

.maestro/enrichedInput/flows/manual_link_not_matching_set_regex.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.
-5.46 KB
Binary file not shown.
14.8 KB
Loading
9.77 KB
Loading
Binary file not shown.
-6.59 KB
Binary file not shown.
17.5 KB
Loading
11.2 KB
Loading

0 commit comments

Comments
 (0)