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

Fix: Screenshots (EXPOSUREAPP-14344) #5719

Merged
merged 5 commits into from
Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
--environment-variables clearPackageData=true \
--test-targets "annotation testhelpers.Screenshot" \
--timeout 20m \
--device-ids blueline \
--device-ids dreamlte \
--os-version-ids 28 \
--locales de_DE,en_US \
--orientations portrait \
Expand All @@ -72,7 +72,7 @@ jobs:
if: always()
run: |
sudo pip install -U crcmod
sudo gsutil -m cp -R -U gs://${GOOGLE_PROJECT_ID}-circleci-android/${{ env.BUCKETDIR }}/blueline* mkdir firebase-screenshots
sudo gsutil -m cp -R -U gs://${GOOGLE_PROJECT_ID}-circleci-android/${{ env.BUCKETDIR }}/dreamlte* mkdir firebase-screenshots

- name: Publish Firebase Test Results
uses: dorny/[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class SubmissionDispatcherFragmentTest : BaseUITest() {
launchFragmentInContainer2<SubmissionDispatcherFragment>()
takeScreenshot<SubmissionDispatcherFragment>()

onView(withId(R.id.submission_dispatcher_tan_tele))
onView(withId(R.id.profile_card))
.perform(scrollTo())
takeScreenshot<SubmissionDispatcherFragment>("2")
}
Expand Down