Skip to content

Commit

Permalink
Remove the user clicks on the gear icon
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmith-welder committed Feb 26, 2025
1 parent 3506790 commit 8ac3c55
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions staff_features/subjects/step_definitions/subject_import.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# frozen_string_literal: true

When 'the user clicks on the gear icon' do
within '.repo-container' do
find('.btn.btn-default.navbar-btn.dropdown-toggle').click
end
end

When 'the user checks {string} in the LCNAF Import form' do |string|
elements = all(:css, "div[class*='radio']")

Expand Down

0 comments on commit 8ac3c55

Please sign in to comment.