mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix the paste button label in the new version of the filtered text pasting test (#59865)
This commit is contained in:
parent
2933e895e5
commit
4173881bbf
@ -3282,7 +3282,7 @@ void main() {
|
||||
await tester.pump(const Duration(milliseconds: 200)); // skip past the frame where the opacity is zero
|
||||
|
||||
Clipboard.setData(const ClipboardData(text: '一4二\n5三6'));
|
||||
await tester.tap(find.text('PASTE'));
|
||||
await tester.tap(find.text('Paste'));
|
||||
await tester.pump();
|
||||
// Puts 456 before the 2 in 123.
|
||||
expect(textController.text, '145623');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user