From 515a5518fa265a5cabb7a964e720ed2c0305970c Mon Sep 17 00:00:00 2001 From: mmoreram Date: Mon, 22 Jun 2015 22:23:05 +0200 Subject: [PATCH] Fixed tests --- features/admin/menu.feature | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/features/admin/menu.feature b/features/admin/menu.feature index e6a6284f..1e99015d 100644 --- a/features/admin/menu.feature +++ b/features/admin/menu.feature @@ -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 @@ -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