theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 311 forks source link

Feature detection isn't working properly, at least for Chrome #1070

Open jason0x43 opened 4 years ago

jason0x43 commented 4 years ago

In Intern 5-pre, Webdriver feature detection isn't working properly, at least not for all features. When functional tests are run in Chrome and feature detection is enabled, it will cause some Chrome functional tests to fail that do not fail when no-detect mode is used. Improperly detected features include usesWebdriverTimeouts and brokenWindowMaximize.