Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoreram committed Jun 22, 2015
1 parent 797a163 commit 515a551
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions features/admin/menu.feature
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Feature: Admin menus

Scenario: See all menus in the website
Given In admin, I am logged as "admin@admin.com" - "1234"
And I go to "/admin/categories"
And I go to "/admin/"
Then the page contains a "admin.dashboard.single" test attribute
And the page contains a "admin.order.plural" test attribute
And the page contains a "admin.customer.plural" test attribute
Expand All @@ -27,8 +27,6 @@ Feature: Admin menus
And the page contains a "admin.settings.section.corporate.title" test attribute
And the page contains a "admin.currency.plural" test attribute
And the page contains a "admin.language.plural" test attribute
And the page contains a "plugin_type.payment" test attribute
And the page contains a "plugin_type.shipping" test attribute
And the page contains a "plugin_type.social" test attribute
And the page contains a "admin.menu.custom_shipping" test attribute
And the page contains a "menu-profile" test attribute
And the page contains a "menu-logout" test attribute

0 comments on commit 515a551

Please sign in to comment.