Created
June 15, 2020 16:40
-
-
Save ookami-kb/c9e2e3a214c9c00ae5240b3d0df70eed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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