From eff86282234aa98c20686039f8c954e97e7277ad Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Thu, 27 Mar 2025 16:31:28 -0500 Subject: [PATCH] DEV: Fix spec (#86) --- spec/system/horizon_high_level_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/horizon_high_level_spec.rb b/spec/system/horizon_high_level_spec.rb index 22a90e9..3e5be52 100644 --- a/spec/system/horizon_high_level_spec.rb +++ b/spec/system/horizon_high_level_spec.rb @@ -25,7 +25,7 @@ describe "Horizon theme | High level", type: :system do topic_item = find(topic_list.topic_list_item_class(topic_1)) expect(topic_item.all("td").map { |el| el["class"] }).to eq( [ - "main-link clearfix topic-list-data", + "main-link topic-list-data", "topic-activity-data", "topic-status-data", "topic-category-data",