Skip to content

Commit

Permalink
fixup! Add new table with collapsible locations for banks with many l…
Browse files Browse the repository at this point in the history
…ocations
  • Loading branch information
ChaelCodes committed Jul 29, 2023
1 parent 71ccda9 commit 70f25b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions spec/system/item_system_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,8 @@
expect(tab_items_quantity_location_text).not_to have_content num_pullups_second_donation
expect(tab_items_quantity_location_text).not_to have_content num_tampons_in_donation
expect(tab_items_quantity_location_text).not_to have_content num_tampons_second_donation
click_link item_pullups.name # href="#sectionD"
click_link item_tampons.name # href="#sectionD"
find(item_tampons.name).find(:xpath, "..").click
expect(tab_items_quantity_location_text).to have_content storage_name
expect(tab_items_quantity_location_text).to have_content num_pullups_in_donation
expect(tab_items_quantity_location_text).to have_content num_pullups_second_donation
expect(tab_items_quantity_location_text).to have_content num_tampons_in_donation
expect(tab_items_quantity_location_text).to have_content num_tampons_second_donation
end
Expand Down

0 comments on commit 70f25b1

Please sign in to comment.