Skip to content

Commit

Permalink
update failing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarruitero committed Oct 16, 2019
1 parent e91a244 commit caee0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/admin/homepage_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
it 'should only display tabs fakedispatch has access to' do
visit spree.admin_path
expect(page).to have_link('Orders')
expect(page).to have_link('Reports')
expect(page).not_to have_link('Reports')
expect(page).not_to have_link('Products')
expect(page).not_to have_link('Promotions')
expect(page).not_to have_link('Settings')
Expand Down

0 comments on commit caee0b4

Please sign in to comment.