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

Commit

Permalink
[Behat] minor User sentence typo and Scenario description fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel committed Apr 29, 2016
1 parent 0538b73 commit 7edf484
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Features/Users/users.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7edf484

Please sign in to comment.