|
|
|
@ -38,26 +38,26 @@ Feature: User Status |
|
|
|
|
# logged in user as well as the "Administrator" string in the table header. |
|
|
|
|
Given the user "bobby" had too many recently failed logins |
|
|
|
|
And I filter the users list by status "active (1)" |
|
|
|
|
Then I should not see "bobby" within ".list tbody" |
|
|
|
|
And I should see "admin" within ".list tbody" |
|
|
|
|
And I should not see "Anonymous" within ".list tbody" |
|
|
|
|
Then I should not see "bobby" within ".generic-table tbody" |
|
|
|
|
And I should see "admin" within ".generic-table tbody" |
|
|
|
|
And I should not see "Anonymous" within ".generic-table tbody" |
|
|
|
|
And I filter the users list by status "locked temporarily (1)" |
|
|
|
|
Then I should see "bobby" within ".list tbody" |
|
|
|
|
And I should not see "admin" within ".list tbody" |
|
|
|
|
And I should not see "Anonymous" within ".list tbody" |
|
|
|
|
Then I should see "bobby" within ".generic-table tbody" |
|
|
|
|
And I should not see "admin" within ".generic-table tbody" |
|
|
|
|
And I should not see "Anonymous" within ".generic-table tbody" |
|
|
|
|
When the user "bobby" is locked |
|
|
|
|
And I filter the users list by status "locked permanently (1)" |
|
|
|
|
Then I should see "bobby" within ".list tbody" |
|
|
|
|
And I should not see "admin" within ".list tbody" |
|
|
|
|
And I should not see "Anonymous" within ".list tbody" |
|
|
|
|
Then I should see "bobby" within ".generic-table tbody" |
|
|
|
|
And I should not see "admin" within ".generic-table tbody" |
|
|
|
|
And I should not see "Anonymous" within ".generic-table tbody" |
|
|
|
|
And I filter the users list by status "locked temporarily (1)" |
|
|
|
|
Then I should see "bobby" within ".list tbody" |
|
|
|
|
And I should not see "admin" within ".list tbody" |
|
|
|
|
And I should not see "Anonymous" within ".list tbody" |
|
|
|
|
Then I should see "bobby" within ".generic-table tbody" |
|
|
|
|
And I should not see "admin" within ".generic-table tbody" |
|
|
|
|
And I should not see "Anonymous" within ".generic-table tbody" |
|
|
|
|
And I filter the users list by status "all (2)" |
|
|
|
|
Then I should see "bobby" within ".list tbody" |
|
|
|
|
And I should see "admin" within ".list tbody" |
|
|
|
|
And I should not see "Anonymous" within ".list tbody" |
|
|
|
|
Then I should see "bobby" within ".generic-table tbody" |
|
|
|
|
And I should see "admin" within ".generic-table tbody" |
|
|
|
|
And I should not see "Anonymous" within ".generic-table tbody" |
|
|
|
|
|
|
|
|
|
@javascript |
|
|
|
|
Scenario: User can be unlocked on the index page |
|
|
|
|