Skip to content

Commit 19dd2e2

Browse files
committed
fix screenshots
1 parent ea51bdf commit 19dd2e2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/bobtests_linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,11 @@ jobs:
180180
ls -al
181181
d="$(date '+%Y-%m-%d %H:%M:%S')"
182182
convert test_004b.png -gravity SouthEast -pointsize 62 -fill white -annotate +30+30 "$d ($c)" test_004b_time.png
183+
convert test_005.png -gravity SouthEast -pointsize 62 -fill white -annotate +30+30 "$d ($c)" test_005_time.png
183184
convert test_007.png -gravity SouthEast -pointsize 62 -fill white -annotate +30+30 "$d ($c)" test_007_time.png
184185
convert test_099.png -gravity SouthEast -pointsize 62 -fill white -annotate +30+30 "$d ($c)" test_099_time.png
185186
mv test_004b_time.png test_004b.png
187+
mv test_005_time.png test_005.png
186188
mv test_007_time.png test_007.png
187189
mv test_099_time.png test_099.png
188190
- name: upload screenshots
@@ -204,7 +206,7 @@ jobs:
204206
run: |
205207
pwd
206208
cp -av /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/test_004b.png screen_shot_android_${{ matrix.api-level }}_02.png
207-
cp -av /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/test_099.png screen_shot_android_${{ matrix.api-level }}_03.png
209+
cp -av /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/test_005.png screen_shot_android_${{ matrix.api-level }}_03.png
208210
cp -av /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/test_outputfiles/test_007.png screen_shot_android_${{ matrix.api-level }}_11.png
209211
- name: Upload to nightly release
210212
uses: ncipollo/release-action@v1

android-refimpl-app/app/src/androidTest/java/com/zoffcc/applications/trifa/JavaFriendTester.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ else if (cur_act.equals("SetPasswordActivity"))
204204

205205
wait_(1);
206206
Espresso.closeSoftKeyboard();
207-
screenshot("005");
208207

209208
wait_(3);
209+
screenshot("005");
210210

211211
// we are connected with "friend" and we are in the 1-on-1 chat with "friend"
212212
// now press the video call button

0 commit comments

Comments
 (0)