Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[admin] Add index pages for the settings / shipping area #5536

Merged
merged 4 commits into from
Dec 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix the tax category spec
  • Loading branch information
elia committed Dec 5, 2023
commit cab7ad270078ad7325b37704d7c716db3ae8ed24
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
Loading