Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmer committed Feb 21, 2024
1 parent 375fcc2 commit 69c1300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/views_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Future<void> _settingsViewTest(WidgetTester tester) async {
expect(find.text(AppLocalizationsEn().theme), findsOneWidget);
expect(find.text(AppLocalizationsEn().language), findsOneWidget);
expect(find.text(AppLocalizationsEn().errorLogTitle), findsOneWidget);
expect(find.byType(SettingsGroup), findsNWidgets(4));
expect(find.byType(SettingsGroup), findsNWidgets(5));
globalRef!.read(tokenProvider.notifier).handleQrCode(
'otpauth://pipush/label?url=http%3A%2F%2Fwww.example.com&ttl=10&issuer=issuer&enrollment_credential=enrollmentCredentials&v=1&serial=serial&serial=serial&sslverify=0');
await pumpUntilFindNWidgets(tester, find.text(AppLocalizationsEn().pushToken), 1, const Duration(minutes: 5));
Expand Down

0 comments on commit 69c1300

Please sign in to comment.