Unverified Commit e7a35a67 authored by Mouad Debbar's avatar Mouad Debbar Committed by GitHub

[web] Enable word boundary tests (#64570)

parent 5559b6d0
......@@ -2299,8 +2299,7 @@ void main() {
expect(controller.selection.extentOffset, 9);
semantics.dispose();
// https://github.com/flutter/flutter/issues/64507
}, skip: kIsWeb);
});
testWidgets('can extend selection with a11y means - character', (WidgetTester tester) async {
final SemanticsTester semantics = SemanticsTester(tester);
......@@ -2501,8 +2500,7 @@ void main() {
expect(controller.selection.extentOffset, 9);
semantics.dispose();
// https://github.com/flutter/flutter/issues/64507
}, skip: kIsWeb);
});
testWidgets('password fields have correct semantics', (WidgetTester tester) async {
final SemanticsTester semantics = SemanticsTester(tester);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment