Skip to content

Commit

Permalink
fixing rubocop issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jjabari-op committed Jan 24, 2025
1 parent e6c4eee commit a117094
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
activity_tab.expect_journal_notes(text: "Single ##{work_package2.id}")
expect(page).to have_css(".work-packages-activities-tab-journals-item-component opce-macro-wp-quickinfo", count: 2)
expect(page).to have_css(
".work-packages-activities-tab-journals-item-component opce-macro-wp-quickinfo .op-hover-card--preview-trigger", count: 2
".work-packages-activities-tab-journals-item-component opce-macro-wp-quickinfo .op-hover-card--preview-trigger",
count: 2
)
end
end
Expand Down

0 comments on commit a117094

Please sign in to comment.