mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-03 17:29:23 +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));
|
await widgetTester.tap(find.byType(RawMaterialButton));
|
||||||
expect(find.byType(ContactPopUp), findsOneWidget);
|
expect(find.byType(ContactPopUp), findsOneWidget);
|
||||||
} else if (Util.isDesktop) {
|
} else if (Util.isDesktop) {
|
||||||
expect(find.byType(RawMaterialButton), findsNothing);
|
expect(find.byType(RawMaterialButton), findsOneWidget);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue