Skip to content

Commit a99ab66

Browse files
authored
Fix: Failing Input screen E2E tests (#7238)
Task/Issue URL: https://app.asana.com/1/137249556945/project/1207418217763355/task/1212199941319168 ### Description This PR fixes the failing Input screen E2E tests after the new Appearance settings were enabled via a FF. ### Steps to test this PR - [x] Make sure the [tests](https://github.com/duckduckgo/Android/actions/runs/19738206632) pass
1 parent d4938c3 commit a99ab66

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/input-screen-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: gradle/actions/setup-gradle@v3
4747

4848
- name: Assemble the project
49-
run: ./gradlew assemblePlayRelease -Pforce-default-variant
49+
run: ./gradlew assemblePlayRelease -Pforce-default-variant -Pskip-onboarding -x lint
5050

5151
- name: Move APK to new folder
5252
if: always()

.maestro/input_screen/shared/input_screen_enable_bottom_bar_flow.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ appId: com.duckduckgo.mobile.android
22
---
33
# enable bottom address bar
44
- runFlow: ../../shared/open_appearance_settings_screen.yaml
5-
- tapOn: "Address Bar"
65
- tapOn: "Bottom"
7-
- tapOn: "Save"
86
- action: back
97
- action: back

0 commit comments

Comments
 (0)