Skip to content

Commit 6d806e4

Browse files
committed
Merge branch 'main' into 2041-implement-account-tests
2 parents d50223e + a7f004f commit 6d806e4

File tree

13 files changed

+225
-283
lines changed

13 files changed

+225
-283
lines changed

catalyst_voices/apps/voices/flutter_01.log

-104
This file was deleted.

catalyst_voices/apps/voices/integration_test/pageobject/profile_page.dart

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class ProfilePage {
2929
final profileAndKeychainText = const Key('ProfileAndKeychainText');
3030
final accountEmailTextField = const Key('AccountEmailTextField');
3131
final emailTileSaveBtn = const Key('EmailTileSaveButton');
32-
final deleteKeychainContinueButton =
33-
const Key('DeleteKeychainContinueButton');
32+
final deleteKeychainContinueButton =
33+
const Key('DeleteKeychainContinueButton');
3434
final deleteKeychainTextField = const Key('DeleteKeychainTextField');
3535
final keychainDeletedDialogCloseButton =
3636
const Key('KeychainDeletedDialogCloseButton');
@@ -51,7 +51,6 @@ class ProfilePage {
5151
}
5252

5353
Future<void> verifyPageElements() async {
54-
5554
expect(
5655
$(profileAndKeychainText).text,
5756
(await t()).profileAndKeychain,

catalyst_voices/apps/voices/integration_test/suites/account_test.dart

-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ void main() async {
9494
// await ProfilePage($).emailIsAsExpected('[email protected]');
9595
// TODO(emiride): uncomment above when backend is ready
9696
// https://github.com/input-output-hk/catalyst-voices/issues/1597
97-
9897
});
9998
patrolWidgetTest('user deletes keychain works', skip: true,
10099
(PatrolTester $) async {

0 commit comments

Comments
 (0)