[web] Enable word boundary tests (#64570)

This commit is contained in:
Mouad Debbar 2020-08-26 21:23:03 -07:00 committed by GitHub
parent 5559b6d0ab
commit e7a35a67ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);