Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix spec
Browse files Browse the repository at this point in the history
ccarruitero committed Nov 10, 2022
1 parent 06a011b commit d81cb9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/features/admin/sidebar_spec.rb
Original file line number Diff line number Diff line change
@@ -12,6 +12,8 @@
end

it 'shows Content menu item in the sidebar' do
find('#admin-nav-toggle').click

within '[data-hook="admin_tabs"]' do
expect(page).to have_text(I18n.t(:content, scope: %i[spree admin tab]))
end

0 comments on commit d81cb9a

Please sign in to comment.