Skip to content

Instantly share code, notes, and snippets.

@ookami-kb
Created June 15, 2020 16:40
Show Gist options
  • Select an option

  • Save ookami-kb/c9e2e3a214c9c00ae5240b3d0df70eed to your computer and use it in GitHub Desktop.

Select an option

Save ookami-kb/c9e2e3a214c9c00ae5240b3d0df70eed to your computer and use it in GitHub Desktop.
Future<void> goToRooms(FlutterDriver driver) async {
await driver.tap(find.byValueKey('rooms'));
await driver.assertElementPresent('sliverList');
await driver.assertElementPresent('floorHeader');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment