We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867e84d commit af5f0b5Copy full SHA for af5f0b5
test-app/tests/unit/dom/fill-in-test.js
@@ -16,16 +16,6 @@ if (isFirefox || isChrome) {
16
clickSteps.push('selectionchange');
17
}
18
19
-/**
20
- * Prior to Chrome 129 (canary),
21
- * Chrome 127.x emits an extra selectionchange event sometimes
22
- *
23
- * Delete this once we don't want to test against Chrome 127
24
- */
25
-if (isChrome) {
26
- clickSteps.push('selectionchange');
27
-}
28
-
29
module('DOM Helper: fillIn', function (hooks) {
30
if (!hasEmberVersion(2, 4)) {
31
return;
0 commit comments