Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Robustify Browser.assert_no_oops
Webdriver's script preloading doesn't happen for empty frames. So our test-functions.js isn't available in tests which never navigate to a page, such as TestConnection. Do the first check with a direct `getElementById()` instead of relying on our page helpers.
- Loading branch information