mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[web] Enable word boundary tests (#64570)
This commit is contained in:
parent
5559b6d0ab
commit
e7a35a67ce
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user