mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 02:01:36 +03:00
single quotation fix
This commit is contained in:
parent
701dfe62f0
commit
b49ac0bb4e
@ -111,7 +111,7 @@ void main() {
|
||||
await tester.shortWait();
|
||||
|
||||
// this writes and saves oath secret
|
||||
await tester.enterText(find.byKey(secretField), "asdfasdf");
|
||||
await tester.enterText(find.byKey(secretField), 'asdfasdf');
|
||||
await tester.shortWait();
|
||||
await tester.tap(find.byKey(saveButton).hitTestable());
|
||||
await tester.shortWait();
|
||||
|
Loading…
Reference in New Issue
Block a user