Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 55c5fe9

Browse files
committed
fix test
1 parent dc8a836 commit 55c5fe9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/web_ui/test/engine/semantics/text_field_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ void testMain() {
125125

126126
textField.blur();
127127

128-
expect(appHostNode.ownerDocument?.activeElement, textField);
129128
expect(await logger.idLog.first, 0);
130129
expect(await logger.actionLog.first, ui.SemanticsAction.didLoseAccessibilityFocus);
131130
}, // TODO(yjbanov): https://github.com/flutter/flutter/issues/46638

0 commit comments

Comments
 (0)