From 7edf4841d033113dac7630951cdc02c259ea41c7 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 29 Apr 2016 16:08:49 +0100 Subject: [PATCH] [Behat] minor User sentence typo and Scenario description fix --- Features/Users/users.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Features/Users/users.feature b/Features/Users/users.feature index 2a3377185..dba909bfb 100644 --- a/Features/Users/users.feature +++ b/Features/Users/users.feature @@ -69,8 +69,10 @@ Feature: Use the eZ Users field Then I should see error messages @javascript @edge + Scenario: Validate "Send to trash" button is replaced with "Delete" when browsing users Scenario: Validate that users have the "Delete" button available Given there is a User with name "One" When I go to User "One" page + Then I should not see a "Send to trash" action bar button Then I should not see a "Send to thrash" action bar button And I should see a "Delete" action bar button