Skip to content

Commit

Permalink
Update(e2e): e2e_mnemomic_test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
parodyBit committed Aug 16, 2023
1 parent d8be4bb commit f008c11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_test/e2e_mnemonic_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ Future<void> e2eImportMnemonicTest(WidgetTester tester) async {
await tapButton(tester, "Continue");
}

/// Verify the imported wallet and the current address
/// Get the currentWallet loaded in the dashboard
final DashboardScreenState dashboardScreenState =
tester.state(widgetByType(DashboardScreen));
dashboardScreenState.currentWallet!.printDebug();
Wallet? currentWallet = dashboardScreenState.currentWallet;
/// Verify the imported wallet and the current address
expect(currentWallet!.externalAccounts[0]!.address,
"wit174la8pevl74hczcpfepgmt036zkmjen4hu8zzs");
}
Expand Down

0 comments on commit f008c11

Please sign in to comment.