Browse Source

fix(app): Fix accounts screenshots

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/702/head
jld3103 1 year ago
parent
commit
85d6463b8b
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      packages/app/integration_test/screenshot_test.dart

2
packages/app/integration_test/screenshot_test.dart

@ -364,7 +364,7 @@ Future main() async {
await binding.takeScreenshot('settings_accounts'); await binding.takeScreenshot('settings_accounts');
// Go to account settings // Go to account settings
await tester.tap(find.text('demo@10.0.2.2:80')); await tester.tap(find.text('demo@10.0.2.2'));
await tester.pumpAndSettle(); await tester.pumpAndSettle();
await tester.tap(find.text('Automatic')); await tester.tap(find.text('Automatic'));
await tester.pumpAndSettle(); await tester.pumpAndSettle();

Loading…
Cancel
Save