You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicstaticfinalStringIMAGES_ARE_DIFFERENT = "Images are different. (If you are running the test locally this is expected, images only reproducible on github CI infrastructure)";
76
82
77
83
publicstaticfinalStringIMAGES_ARE_DIFFERENT_SIZES = "Images are different sizes.";
@@ -94,7 +100,7 @@ public class TestDriver extends BaseAppState{
94
100
95
101
ScreenshotNoInputAppStatescreenshotAppState;
96
102
97
-
privatefinalObjectwaitLock = newObject();
103
+
privateCountDownLatchwaitLatch;
98
104
99
105
privatefinalinttickToTerminateApp;
100
106
@@ -113,23 +119,26 @@ public void update(float tpf){
0 commit comments