summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/utils
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/androidTest/java/utils')
-rw-r--r--app/src/androidTest/java/utils/CustomInteractions.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/androidTest/java/utils/CustomInteractions.java b/app/src/androidTest/java/utils/CustomInteractions.java
index 896e8d9b..9e3a8f9d 100644
--- a/app/src/androidTest/java/utils/CustomInteractions.java
+++ b/app/src/androidTest/java/utils/CustomInteractions.java
@@ -31,6 +31,7 @@ public class CustomInteractions {
hasFound = true;
} catch (NoMatchingViewException exception) {
System.out.println("NoMatchingViewException attempt: " + attempt);
+ exception.printStackTrace();
attempt++;
if (attempt == maxTries) {
throw exception;