Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Jan 16, 2023
1 parent d2afca4 commit fe10609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
moderations_ordered_by_report_count_asc = moderations.sort_by(&:report_count)

within "table" do
click_link "Count"
click_link "Reports count"

all("tbody tr").each_with_index do |row, index|
reportable_id = moderations_ordered_by_report_count_asc[index].reportable.id
Expand Down

0 comments on commit fe10609

Please sign in to comment.