Skip to content

Commit

Permalink
Fix system test
Browse files Browse the repository at this point in the history
  • Loading branch information
zspencer committed Dec 13, 2023
1 parent aa0ef8c commit 2533a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/furniture/marketplace/delivery_areas_system_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

create(:marketplace_order, delivery_area:, marketplace:)
visit(polymorphic_path(marketplace.location(child: :delivery_areas)))
click_link("Archive")
click_link("Archived Delivery Areas")

within("##{dom_id(delivery_area)}") do
expect(page).not_to have_content("Remove")
Expand Down

0 comments on commit 2533a11

Please sign in to comment.