Skip to content
Snippets Groups Projects
Commit 123e99d5 authored by Julien Schmidt's avatar Julien Schmidt
Browse files

fix ua test

parent bf643a85
No related branches found
No related tags found
No related merge requests found
......@@ -324,7 +324,7 @@ sleep(500).then(function(res) {
log("Date: " + Date().toString());
log("User Agent: " + window.navigator.userAgent);
if (isIncompatibleBrowser) {
if (isIncompatibleBrowser()) {
showBox('error-browser');
skipRemainingTests(-1);
return Promise.reject('UNSUPPORTED');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment