ember-a11y/ember-a11y-refocus

Upgrade to current release

Opened this issue · 2 comments

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.