Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-03-27 14:37:48 +01:00 committed by Andy Scherzinger
parent 043e1160f7
commit fdbf290ee7
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ public abstract class AbstractIT {
protected void screenshot(Activity sut) {
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.R) {
Screenshot.snapActivity(sut).setName(UUID.randomUUID().toString()).record();
Screenshot.snapActivity(sut).setName(createName()).record();
}
}