Skip to content

Commit af5f0b5

Browse files
committed
Fix DOM test failures
1 parent 867e84d commit af5f0b5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test-app/tests/unit/dom/fill-in-test.js

-10
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ if (isFirefox || isChrome) {
1616
clickSteps.push('selectionchange');
1717
}
1818

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-
2919
module('DOM Helper: fillIn', function (hooks) {
3020
if (!hasEmberVersion(2, 4)) {
3121
return;

0 commit comments

Comments
 (0)