1 parent f729733 commit b5d30b1Copy full SHA for b5d30b1
1 file changed
.maestro/flows/link_not_extended.yaml
@@ -0,0 +1,34 @@
1
+appId: swmansion.enriched.example
2
+tags:
3
+ - ios-only
4
+---
5
+# PR #421 - fix(iOS): prevent extending link styles
6
+- launchApp
7
+
8
+- tapOn:
9
+ id: "toggle-screen-button"
10
11
12
+ id: "editor-input"
13
14
+- inputText: "Hello "
15
16
+- runFlow:
17
+ file: "../subflows/insert_link.yaml"
18
+ env:
19
+ LINK_TEXT: "test"
20
+ LINK_URL: "https://swmansion.com"
21
22
23
24
+ point: "5%, 50%"
25
26
27
+ point: "95%, 50%"
28
29
+- inputText: "ing"
30
31
32
+ file: "../subflows/capture_or_assert_screenshot.yaml"
33
34
+ SCREENSHOT_NAME: "link_not_extended"
0 commit comments