Skip to content

Commit

Permalink
Fix ambiguous match
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmith-welder committed Feb 6, 2025
1 parent 297942e commit c358f14
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@
wait_for_ajax
end

Then 'the button has text {string}' do |text|
expect(page).to have_text text
end

Then 'the second Digital Object Component is pasted as a child of the Digital Object Component' do
expect(page).to have_css "#digital_object_component_#{@digital_object_component_first_id}.indent-level-1"
expect(page).to have_css "#digital_object_component_#{@digital_object_component_second_id}.indent-level-2"
Expand Down

0 comments on commit c358f14

Please sign in to comment.