From 0c4c229c507ec72e4cca62d5effd5645b73840b3 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 20 Mar 2023 14:57:32 +0100 Subject: [PATCH] fix(tests): display missed testcases in the UI report --- tests/ui_tests/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui_tests/common.py b/tests/ui_tests/common.py index 1950806f41..43e4c0b8fa 100644 --- a/tests/ui_tests/common.py +++ b/tests/ui_tests/common.py @@ -84,8 +84,8 @@ def write_fixtures( ) -> None: global FIXTURES content, _ = prepare_fixtures(results, remove_missing) - FIXTURES = FixturesType(content) dest.write_text(json.dumps(content, indent=0, sort_keys=True) + "\n") + FIXTURES = FixturesType({}) # reset the cache def _rename_records(screen_path: Path) -> None: