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
Expectation: axe.run should run without throwing errors
Actual: axe.run throws
ReferenceError: screen is not defined
at Object.getEnvironmentData (node_modules/axe-core/axe.js:3694:39)
at /Users/arobert3/Sites/verso/node_modules/axe-core/axe.js:3880:35
at /Users/arobert3/Sites/verso/node_modules/axe-core/axe.js:3656:23
at /Users/arobert3/Sites/verso/node_modules/axe-core/axe.js:3549:11
at /Users/arobert3/Sites/verso/node_modules/axe-core/axe.js:5992:13
at /Users/arobert3/Sites/verso/node_modules/axe-core/axe.js:2637:9
at /Users/arobert3/Sites/verso/node_modules/axe-core/axe.js:5992:13
at /Users/arobert3/Sites/verso/node_modules/axe-core/axe.js:5992:13
at rule.run.Object.assign.result (node_modules/axe-core/axe.js:2581:9)
at /Users/arobert3/Sites/verso/node_modules/axe-core/axe.js:3110:14
at Timeout._onTimeout (node_modules/axe-core/axe.js:5992:13)
Motivation: I want to upgrade my version of axe-core
axe-core version: 3.2.0
Browser and Assistive Technology versions
For Tooling issues:
- Node version: 8.13.0
- Platform: Mac
The text was updated successfully, but these errors were encountered:
Expectation:
axe.run
should run without throwing errorsActual:
axe.run
throwsMotivation: I want to upgrade my version of
axe-core
The text was updated successfully, but these errors were encountered: