-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use sorting in test instead of filtering temporarily to work around d…
…iscard confirmation on search form bug
- Loading branch information
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,13 +91,12 @@ Feature: Manage users | |
|
||
@modal | ||
Scenario: I can navigate users from the edit form and retain my search query | ||
When I press the "Open search and filter" button | ||
And I press the "Advanced" button | ||
And I fill in "Search__FirstName" with "Staff" | ||
And I press the "Search" button | ||
Then I should see "[email protected]" in the "#Root_Users" element | ||
When I click the "Users" CMS tab | ||
And I press the "First Name" button | ||
|
||
Then I should see "[email protected]" in the "#Root_Users" element | ||
And I should see "[email protected]" in the "#Root_Users" element | ||
But I should not see "admin@example.org" in the "#Root_Users" element | ||
And I should see "staffmember@example.org" in the "#Root_Users" element | ||
|
||
When I click "[email protected]" in the "#Root_Users" element | ||
And I press the "Form_ItemEditForm_action_doNext" button | ||
|