Skip to content

Commit 7a8d1a5

Browse files
authored
make e2e tests that run on internal builds compatible with new visual design (#6139)
Task/Issue URL: https://app.asana.com/1/137249556945/project/1208671518894266/task/1210381345437646?focus=true ### Description Adapts the code and E2E test suite that relies on internal builds to execute correctly with the new visual design.
1 parent e6e2eb6 commit 7a8d1a5

File tree

7 files changed

+7
-1
lines changed

7 files changed

+7
-1
lines changed

.maestro/ads_preview_flows/1-_design-system-components.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tags:
1111

1212
- runFlow: ../shared/skip_all_onboarding.yaml
1313

14+
- hideKeyboard
1415
- tapOn:
1516
id: "com.duckduckgo.mobile.android:id/browserMenuImageView"
1617
- tapOn:

.maestro/custom_tabs/custom_tabs_navigation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ tags:
2727
- tapOn: "next"
2828
- assertVisible:
2929
text: ".*Try a search!.*"
30+
- hideKeyboard
3031
- tapOn:
3132
id: "com.duckduckgo.mobile.android:id/browserMenuImageView"
3233
- tapOn:

.maestro/custom_tabs/custom_tabs_navigation_new_tab.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ tags:
2727
- tapOn: "next"
2828
- assertVisible:
2929
text: ".*Try a search!.*"
30+
- hideKeyboard
3031
- tapOn:
3132
id: "com.duckduckgo.mobile.android:id/browserMenuImageView"
3233
- tapOn:

.maestro/shared/open_bookmarks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
appId: com.duckduckgo.mobile.android
22
---
3+
- hideKeyboard
34
- tapOn:
45
id: "com.duckduckgo.mobile.android:id/browserMenuImageView"
56
- tapOn: "Bookmarks"

.maestro/shared/open_sync_dev_settings_screen.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
appId: com.duckduckgo.mobile.android
22
---
3+
- hideKeyboard
34
- tapOn:
45
id: "com.duckduckgo.mobile.android:id/browserMenuImageView"
56
- tapOn: "Settings"

.maestro/shared/open_sync_screen.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
appId: com.duckduckgo.mobile.android
22
---
3+
- hideKeyboard
34
- tapOn:
45
id: "com.duckduckgo.mobile.android:id/browserMenuImageView"
56
- tapOn: "Settings"

app/src/main/res/layout/view_browser_navigation_bar.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
android:background="@drawable/selectable_item_experimental_background">
141141

142142
<ImageView
143-
android:id="@+id/menuIconImageView"
143+
android:id="@+id/browserMenuImageView"
144144
android:layout_width="@dimen/bottomNavIcon"
145145
android:layout_height="@dimen/bottomNavIcon"
146146
android:layout_gravity="center"

0 commit comments

Comments
 (0)