diff --git a/packages/neon/integration_test/screenshot_test.dart b/packages/neon/integration_test/screenshot_test.dart index 0fd659da..4aa2b1af 100644 --- a/packages/neon/integration_test/screenshot_test.dart +++ b/packages/neon/integration_test/screenshot_test.dart @@ -551,11 +551,8 @@ Future main() async { await binding.takeScreenshot('settings_accounts'); // Go to account settings - await tester.tap(find.byType(PopupMenuButton)); + await tester.tap(find.text('test@10.0.2.2:80')); await tester.pumpAndSettle(); - await tester.tap(find.text('Settings').last); - await tester.pumpAndSettle(); - await tester.pump(); // Needed for the drop down button to actually show up await tester.tap(find.text('Automatic')); await tester.pumpAndSettle();