Skip to content

Commit 9b0cb25

Browse files
Merge branch 'main' into @kacperzolkiewski/text-alignment-android
2 parents 171a317 + 5c28968 commit 9b0cb25

76 files changed

Lines changed: 1085 additions & 358 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.maestro/enrichedInput/flows/empty_element_parsing.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
appId: swmansion.enriched.example
2-
tags:
3-
- android-only
42
---
53
# PR #284 - fix: parsing empty elements
64
- launchApp
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
appId: swmansion.enriched.example
2+
tags:
3+
- accessibility
4+
---
5+
- launchApp
6+
7+
- tapOn:
8+
id: "toggle-screen-button"
9+
10+
- runFlow:
11+
file: "../subflows/capture_or_assert_screenshot.yaml"
12+
env:
13+
SCREENSHOT_NAME: "font_scaling_placeholder"
14+
15+
- tapOn:
16+
id: "editor-input"
17+
18+
- inputText: "Plain "
19+
20+
- tapOn:
21+
id: "toolbar-bold"
22+
- inputText: "bold"
23+
- tapOn:
24+
id: "toolbar-bold"
25+
- inputText: " "
26+
27+
- tapOn:
28+
id: "toolbar-italic"
29+
- inputText: "italic"
30+
- tapOn:
31+
id: "toolbar-italic"
32+
- inputText: " "
33+
34+
- tapOn:
35+
id: "toolbar-underline"
36+
- inputText: "underline"
37+
- tapOn:
38+
id: "toolbar-underline"
39+
- inputText: " "
40+
41+
- tapOn:
42+
id: "toolbar-strikethrough"
43+
- inputText: "strike-through"
44+
- tapOn:
45+
id: "toolbar-strikethrough"
46+
- inputText: " "
47+
48+
- tapOn:
49+
id: "toolbar-inline-code"
50+
- inputText: "code"
51+
- tapOn:
52+
id: "toolbar-inline-code"
53+
54+
- runFlow:
55+
file: "../subflows/capture_or_assert_screenshot.yaml"
56+
env:
57+
SCREENSHOT_NAME: "font_scaling"
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
appId: swmansion.enriched.example
2+
---
3+
# Verifies that pasting inline code into a code block removes inline code style correctly.
4+
- launchApp
5+
6+
- tapOn:
7+
id: 'toggle-screen-button'
8+
9+
- tapOn:
10+
id: 'editor-input'
11+
12+
- tapOn:
13+
id: 'toolbar-inline-code'
14+
- inputText: 'code'
15+
- tapOn:
16+
id: 'toolbar-inline-code'
17+
18+
- pressKey: Enter
19+
- tapOn:
20+
id: 'toolbar-code-block'
21+
22+
- doubleTapOn:
23+
id: 'editor-input'
24+
point: '10%, 30%'
25+
26+
- tapOn:
27+
text: 'Copy'
28+
29+
- tapOn:
30+
id: 'editor-input'
31+
point: '10%, 70%'
32+
33+
- longPressOn:
34+
id: 'editor-input'
35+
point: '10%, 70%'
36+
37+
- tapOn:
38+
text: 'Paste'
39+
40+
- runFlow:
41+
file: '../subflows/capture_or_assert_screenshot.yaml'
42+
env:
43+
SCREENSHOT_NAME: 'inline_code_paste_into_codeblock'
20.5 KB
Loading
8.66 KB
Loading
6.64 KB
Loading
11.8 KB
Loading
35.2 KB
Loading
14.1 KB
Loading
7.92 KB
Loading

0 commit comments

Comments
 (0)