mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-31 15:59:26 +00:00
update addressbookcard test
This commit is contained in:
parent
11bae1740d
commit
b64246228c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ void main() {
|
|||
await widgetTester.tap(find.byType(RawMaterialButton));
|
||||
expect(find.byType(ContactPopUp), findsOneWidget);
|
||||
} else if (Util.isDesktop) {
|
||||
expect(find.byType(RawMaterialButton), findsNothing);
|
||||
expect(find.byType(RawMaterialButton), findsOneWidget);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue