Skip to content

Commit

Permalink
try with minimal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed Jan 16, 2025
1 parent 679a6a3 commit a6a9767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
4 changes: 2 additions & 2 deletions catalyst_voices/apps/voices/integration_test/all_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void main() async {
await bootstrap(router: buildAppRouter());
});

app_test.main();
onboarding_test.main();
// app_test.main();
// onboarding_test.main();
account_test.main();
}
Original file line number Diff line number Diff line change
Expand Up @@ -764,19 +764,5 @@ void main() async {
},
);
},
skip: true,
);

patrolWidgetTest(
'visitor - restore - keychain choice screen looks OK',
(PatrolTester $) async {
await $.pumpWidgetAndSettle(App(routerConfig: router));
await $(AppBarPage.getStartedBtn).tap(settleTimeout: Time.long.duration);
await OnboardingPage.detailsPartGetStartedRecoverBtn($).tap();
await OnboardingPage.onboardingScreenLooksAsExpected(
$,
RegistrationState.keychainRestoreChoice,
);
},
);
}

0 comments on commit a6a9767

Please sign in to comment.