Skip to content

Commit

Permalink
white space
Browse files Browse the repository at this point in the history
  • Loading branch information
oblakeerickson committed Mar 18, 2024
1 parent 64efb05 commit a4a3432
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/system/page_objects/components/topic_list_header.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
module PageObjects
module Components
class TopicListHeader < PageObjects::Components::Base

def has_assign_topics_button?
page.has_css?(bulk_select_dropdown_item("topics.bulk.assign"))
end

def click_assign_topics_button
find(bulk_select_dropdown_item("topics.bulk.assign")).click
end

end
end
end

0 comments on commit a4a3432

Please sign in to comment.