Skip to content

Commit 2e2e2ff

Browse files
committed
test: added test for PR #257
1 parent f079c9b commit 2e2e2ff

3 files changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
appId: swmansion.enriched.example
2+
---
3+
# PR #257 - fix: handle style conflicts during automatic links detection
4+
# Toggles code block, types a URL, and screenshots to assert
5+
# the URL does not receive link styling inside the code block.
6+
- launchApp
7+
8+
- tapOn:
9+
id: "toggle-screen-button"
10+
11+
- tapOn:
12+
id: "editor-input"
13+
14+
- tapOn:
15+
id: "toolbar-code-block"
16+
17+
- inputText: "Hello example.com"
18+
19+
- assertVisible:
20+
id: "toolbar-link"
21+
enabled: false
22+
23+
- runFlow:
24+
file: "../subflows/capture_or_assert_screenshot.yaml"
25+
env:
26+
SCREENSHOT_NAME: "codeblock_no_link_detection"
6.36 KB
Loading
7.38 KB
Loading

0 commit comments

Comments
 (0)