Skip to content

Commit 2accb4b

Browse files
committed
test: links parsing and detection
1 parent c7ca384 commit 2accb4b

6 files changed

Lines changed: 34 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
- runFlow:
15+
file: '../subflows/capture_or_assert_screenshot.yaml'
16+
env:
17+
SCREENSHOT_NAME: 'link_auto_detection'
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
appId: swmansion.enriched.example
2+
---
3+
# fix PR XXXX
4+
- launchApp
5+
6+
- tapOn:
7+
id: 'toggle-screen-button'
8+
9+
- runFlow:
10+
file: '../subflows/set_editor_value.yaml'
11+
env:
12+
VALUE: '<html><p><a href="example.com">example.com</a></p></html>'
13+
14+
- runFlow:
15+
file: '../subflows/capture_or_assert_screenshot.yaml'
16+
env:
17+
SCREENSHOT_NAME: 'manual_link_not_matching_set_regex'
5.46 KB
Loading
5.23 KB
Loading
6.59 KB
Loading
6 KB
Loading

0 commit comments

Comments
 (0)