Skip to content

Commit 78848ad

Browse files
fix: context menu buttons press
1 parent c7a304c commit 78848ad

5 files changed

Lines changed: 18 additions & 15 deletions

.maestro/enrichedInput/flows/extending_paragraph_style_on_paste_after_copy.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ tags:
2424
when:
2525
platform: Android
2626
commands:
27-
- tapOn:
27+
- longPressOn:
2828
id: 'editor-input'
2929
point: '10%, 50%'
3030
- tapOn:
31-
id: 'editor-input'
32-
point: '10%, 50%'
31+
text: 'Select all'
3332

3433
- tapOn:
3534
text: 'Copy'

.maestro/enrichedInput/flows/extending_paragraph_style_on_paste_after_cut.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ tags:
2424
when:
2525
platform: Android
2626
commands:
27-
- tapOn:
27+
- longPressOn:
2828
id: 'editor-input'
2929
point: '10%, 50%'
3030
- tapOn:
31-
id: 'editor-input'
32-
point: '10%, 50%'
31+
text: 'Select all'
3332

3433
- tapOn:
3534
text: 'Cut'

.maestro/enrichedInput/flows/inline_code_paste_into_codeblock.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ appId: swmansion.enriched.example
2727
when:
2828
platform: Android
2929
commands:
30-
- tapOn:
30+
- longPressOn:
3131
id: 'editor-input'
3232
point: '10%, 30%'
3333
- tapOn:
34-
id: 'editor-input'
35-
point: '10%, 30%'
34+
text: 'Select all'
3635

3736
- tapOn:
3837
text: 'Copy'

.maestro/enrichedInput/flows/links_visual.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ appId: swmansion.enriched.example
2626
when:
2727
platform: Android
2828
commands:
29-
- tapOn:
29+
- longPressOn:
3030
id: 'editor-input'
3131
point: '20%, 50%'
3232
- tapOn:
33-
id: 'editor-input'
34-
point: '20%, 50%'
33+
text: 'Select all'
3534
- tapOn:
3635
text: 'Copy'
3736

@@ -73,12 +72,11 @@ appId: swmansion.enriched.example
7372
when:
7473
platform: Android
7574
commands:
76-
- tapOn:
75+
- longPressOn:
7776
id: 'editor-input'
7877
point: '20%, 50%'
7978
- tapOn:
80-
id: 'editor-input'
81-
point: '20%, 50%'
79+
text: 'Select all'
8280
- tapOn:
8381
text: 'Copy'
8482

.maestro/enrichedInput/flows/scrolling_with_paragraph_styles.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ appId: swmansion.enriched.example
7979
env:
8080
TEXT: 'Plain text final'
8181

82+
- swipe:
83+
from:
84+
id: 'editor-input'
85+
direction: DOWN
8286
- swipe:
8387
from:
8488
id: 'editor-input'
@@ -98,6 +102,10 @@ appId: swmansion.enriched.example
98102
id: 'editor-input'
99103
point: '0%,0%'
100104

105+
- swipe:
106+
from:
107+
id: 'editor-input'
108+
direction: UP
101109
- swipe:
102110
from:
103111
id: 'editor-input'

0 commit comments

Comments
 (0)