Unverified Commit 4173881b authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

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

parent 2933e895
......@@ -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');
......
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