Skip to content

Commit b5d30b1

Browse files
fix: add link not extended
1 parent f729733 commit b5d30b1

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- tapOn:
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+
- tapOn:
23+
id: "editor-input"
24+
point: "5%, 50%"
25+
- tapOn:
26+
id: "editor-input"
27+
point: "95%, 50%"
28+
29+
- inputText: "ing"
30+
31+
- runFlow:
32+
file: "../subflows/capture_or_assert_screenshot.yaml"
33+
env:
34+
SCREENSHOT_NAME: "link_not_extended"

0 commit comments

Comments
 (0)