From 27a142f0832c95c6cc16c545af0d716ca9608a5b Mon Sep 17 00:00:00 2001 From: jld3103 Date: Fri, 9 Sep 2022 02:30:15 +0200 Subject: [PATCH] neon: Fix screenshots --- packages/neon/integration_test/screenshot_test.dart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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();