Skip to content

Commit

Permalink
bit
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed Jan 16, 2025
1 parent eb9732d commit c6501ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void main() async {
(PatrolTester $) async {
await $.pumpWidgetAndSettle(App(routerConfig: router));
await $(OverallSpacesPage.userShortcutBtn)
.tap(settleTimeout: TimeConstants.long.duration);;
.tap(settleTimeout: TimeConstants.long.duration);
await $(AppBarPage.accountPopupBtn).tap();
await AccountDropdownPage.accountDropdownLooksAsExpected($);
await AccountDropdownPage.accountDropdownContainsSpecificData($);
Expand Down

0 comments on commit c6501ba

Please sign in to comment.