Fix the paste button label in the new version of the filtered text pasting test (#59865)

This commit is contained in:
Jason Simmons 2020-06-19 12:41:29 -07:00 committed by GitHub
parent 2933e895e5
commit 4173881bbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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