Skip to content

Commit

Permalink
Fix the tax category spec
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Dec 5, 2023
1 parent 4e77d30 commit 0bd590c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/spec/features/tax_categories_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
click_on "Delete"
expect(page).to have_content("Tax categories were successfully removed.")
expect(page).not_to have_content("Clothing")
expect(Spree.user_class.count).to eq(1)
expect(Spree::TaxCategory.count).to eq(1)
expect(page).to be_axe_clean
end
end

0 comments on commit 0bd590c

Please sign in to comment.