ember-a11y-refocus
ember-a11y-refocus copied to clipboard
Upgrade to current release
Right now, current release is allowed to fail (via ember-try config). It should be updated so that current release works, and the scenario should be re-enabled.
The dummy app is looking for classify from @ember/string:
Cannot read properties of undefined (reading 'classify')
at Object.initialize (webpack://dummy/./initializers/export-application-global.js?:30:82)
Even after I add @ember/string as a devdep, I'm still getting a test failure in the 5+ scenarios...but only on the first component test. The rest of the tests pass (they weren't before I added the devdep). Curious.