-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Screenshot Tests #12701
Fix Screenshot Tests #12701
Conversation
alperozturk96
commented
Mar 18, 2024
•
edited
Loading
edited
- Tests written, or not not needed
50417d6
to
c940876
Compare
@@ -76,9 +76,7 @@ public static SslUntrustedCertDialog newInstanceForEmptySslError(SslError error, | |||
if (error == null) { | |||
throw new IllegalArgumentException("Trying to create instance with parameter error == null"); | |||
} | |||
if (handler == null) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
null control already exists for usage of handler. For screenshot tests no need to pass SslErrorHandler. Mockito throws error for it.
/rebase |
app/src/androidTest/java/com/owncloud/android/ui/trashbin/TrashbinActivityIT.kt
Outdated
Show resolved
Hide resolved
/rebase |
1 similar comment
/rebase |
2d7f5ab
to
7217d98
Compare
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: tobiasKaminsky <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
75f502c
to
fdbf290
Compare
❗ REBASED ❗ |
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/12701.apk |
blue-Light-Screenshot test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/12701-Screenshot-blue-Light-15-59 |
Out of date due to conflicts |