TF-3260 Add integration test for app grid
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -12,4 +12,8 @@ abstract class BaseScenario {
|
||||
await $.waitUntilVisible(patrolFinder);
|
||||
expect(patrolFinder, findsWidgets);
|
||||
}
|
||||
|
||||
Future<void> expectViewInVisible(PatrolFinder patrolFinder) async {
|
||||
expect(patrolFinder, findsNothing);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user