Skip to content

Commit f079c9b

Browse files
committed
test: added test for PR #410
1 parent acc0fe2 commit f079c9b

3 files changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
appId: swmansion.enriched.example
2+
---
3+
# PR #410 - fix: remove applying typing attr when toggling checkbox
4+
- launchApp
5+
6+
- tapOn:
7+
id: "toggle-screen-button"
8+
9+
- tapOn:
10+
id: "editor-input"
11+
12+
- tapOn:
13+
id: "toolbar-checkbox-list"
14+
- inputText: "Item one"
15+
- pressKey: Enter
16+
- inputText: "Item two"
17+
- pressKey: Enter
18+
19+
- pressKey: Backspace
20+
- inputText: "Plain text"
21+
- pressKey: Enter
22+
23+
- tapOn:
24+
id: "editor-input"
25+
point: "14%,37%"
26+
27+
28+
- runFlow:
29+
file: "../subflows/capture_or_assert_screenshot.yaml"
30+
env:
31+
SCREENSHOT_NAME: "checkbox_toggle"
12.5 KB
Loading
15.8 KB
Loading

0 commit comments

Comments
 (0)