ember-a11y-refocus icon indicating copy to clipboard operation
ember-a11y-refocus copied to clipboard

Upgrade to current release

Open MelSumner opened this issue 1 year ago • 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.

MelSumner avatar Jun 04 '24 19:06 MelSumner

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)

MelSumner avatar Jun 04 '24 20:06 MelSumner

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.

MelSumner avatar Jun 05 '24 15:06 MelSumner