From 45bacd75eb46e8c0081800c6454f8fc79b6d8001 Mon Sep 17 00:00:00 2001 From: Kasim Necdet Percinel Date: Tue, 15 Oct 2024 15:32:04 +0000 Subject: [PATCH] fix event names for tests --- .../features_and_events/toggle_event_visibility.spec.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/desktop/normal/features_and_events/toggle_event_visibility.spec.ts b/tests/desktop/normal/features_and_events/toggle_event_visibility.spec.ts index 34abe7901..3b3ec7166 100644 --- a/tests/desktop/normal/features_and_events/toggle_event_visibility.spec.ts +++ b/tests/desktop/normal/features_and_events/toggle_event_visibility.spec.ts @@ -22,12 +22,12 @@ test("Toggle visibility of events should hide/show events on then sun", async ({ }, "Solar Flare Predictions": { AMOS: { - "C+ 34.05% M+:": {}, - "C+ 77.15% M+:": {} + "C+ 34.05%": {}, + "C+ 77.15%": {} }, "MAG4 Sharp FE": { - "M: 34.05% M+:": {}, - "M: 77.15% M+:": {} + "M: 34.05%": {}, + "M: 77.15%": {} } } }