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"