Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit fdaa67a

Browse files
authored
Fix: Screenshots (EXPOSUREAPP-14344) (#5719)
* Update SubmissionDispatcherFragmentTest.kt * run on push * try dreamlte * Revert * Update SubmissionDispatcherFragmentTest.kt
1 parent 6fb6a5e commit fdaa67a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/screenshots.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
--environment-variables clearPackageData=true \
5959
--test-targets "annotation testhelpers.Screenshot" \
6060
--timeout 20m \
61-
--device-ids blueline \
61+
--device-ids dreamlte \
6262
--os-version-ids 28 \
6363
--locales de_DE,en_US \
6464
--orientations portrait \
@@ -72,7 +72,7 @@ jobs:
7272
if: always()
7373
run: |
7474
sudo pip install -U crcmod
75-
sudo gsutil -m cp -R -U gs://${GOOGLE_PROJECT_ID}-circleci-android/${{ env.BUCKETDIR }}/blueline* mkdir firebase-screenshots
75+
sudo gsutil -m cp -R -U gs://${GOOGLE_PROJECT_ID}-circleci-android/${{ env.BUCKETDIR }}/dreamlte* mkdir firebase-screenshots
7676
7777
- name: Publish Firebase Test Results
7878
uses: dorny/[email protected]

Corona-Warn-App/src/androidTest/java/de/rki/coronawarnapp/ui/submission/SubmissionDispatcherFragmentTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class SubmissionDispatcherFragmentTest : BaseUITest() {
120120
launchFragmentInContainer2<SubmissionDispatcherFragment>()
121121
takeScreenshot<SubmissionDispatcherFragment>()
122122

123-
onView(withId(R.id.submission_dispatcher_tan_tele))
123+
onView(withId(R.id.profile_card))
124124
.perform(scrollTo())
125125
takeScreenshot<SubmissionDispatcherFragment>("2")
126126
}

0 commit comments

Comments
 (0)