Skip to content

Commit f263368

Browse files
committed
Triage atest
"Should Detect Page Loads While Waiting On An Async Script And Return An Error" is showing some differences I believe with the current Chrome browser version 128. Going to temporarily triage it and see if there are other issues within the test matrix.
1 parent c52437b commit f263368

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

atest/acceptance/keywords/async_javascript.robot

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Should Timeout If Script Does Not Invoke Callback With Long Timeout
8888
... var callback = arguments[arguments.length - 1]; window.setTimeout(callback, 1500);
8989

9090
Should Detect Page Loads While Waiting On An Async Script And Return An Error
91+
[Tags] Triage
9192
Set Selenium Timeout 0.5 seconds
9293
${status} ${error} Run Keyword And Ignore Error Execute Async Javascript
9394
... window.location = 'javascript/dynamic';

0 commit comments

Comments
 (0)