From f4a67564b7d72081e5d4c5e16d31e210ca2dfe20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ioan=20Biz=C4=83u?= Date: Wed, 20 Nov 2024 16:37:57 +0100 Subject: [PATCH] fixup! feat(core/ui): continue after viewing all data --- tests/input_flows_helpers.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/input_flows_helpers.py b/tests/input_flows_helpers.py index 1ec7b1f570..c041c8d457 100644 --- a/tests/input_flows_helpers.py +++ b/tests/input_flows_helpers.py @@ -370,11 +370,6 @@ class EthereumFlow: go_next(self.debug) self.debug.read_layout() - if self.debug.layout_type is LayoutType.TR: - # TR is going back to the "show more" screen here - assert (yield).name == "confirm_data" - self.debug.press_yes() - def paginate_data_go_back(self) -> BRGeneratorType: br = yield assert br.name == "confirm_data"