Skip to content

Commit

Permalink
updated test to remove check for disabled button #1653
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed Nov 13, 2023
1 parent 26b5188 commit 37ce014
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/functional/sample_controlled_vocabs_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,6 @@ class SampleControlledVocabsControllerTest < ActionController::TestCase
end
end

assert_select('a#add-term') do |button|
assert button.attr('disabled').present?
end

end

test 'edit simple, non ontology cv should have editable terms' do
Expand Down

0 comments on commit 37ce014

Please sign in to comment.