Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
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
Expand Up @@ -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
Expand Down

0 comments on commit d81cb9a

Please sign in to comment.