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
Copy file name to clipboardexpand all lines: tests/index.html
+1-21
Original file line number
Diff line number
Diff line change
@@ -68,27 +68,7 @@
68
68
});
69
69
}
70
70
71
-
/**
72
-
* checkIn
73
-
*
74
-
* This function uses two global flags to ensure that both, the runner and the html page, are ready to run the tests.
75
-
*
76
-
* In certain scenarios, the runner may dispatch the 'start-test' event before the HTML page has the opportunity to add its listener.
77
-
* To prevent the HTML page from waiting indefinitely and never initiating its tests, the runner proactively sets a global flag to true.
78
-
* This ensures that even if the 'start-test' event precedes the listener's addition, the necessary check-in process occurs, enabling the tests to proceed as expected.
0 commit comments