Skip to content

Commit

Permalink
Merge branch '1' into 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 16, 2024
2 parents eee9a8f + 163451b commit 38168fa
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tests/behat/features/gridfield-navigation.feature
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@retry
Feature: Search in GridField
As an author
I want to navigate through the filtered and sorted GridField list
So that I see the filtered and sorted GridField when I navigate to an item and back to the GridFIeld list
So that I see the filtered and sorted GridField when I navigate to an item and back to the GridFIeld list

Background:
Given the "Company" "Walmart" with "Category"="Retail"
Expand All @@ -10,13 +11,13 @@ Feature: Search in GridField
And the "Employee" "Ford" with "Company"="1"
And the "Company" "ExxonMobil" with "Category"="Oil"
And the "Company" "Vitol" with "Category"="Other"
And the "Company" "Safeway" with "Category"="Other"
And the "Company" "SuperValue" with "Category"="Other"
And the "Company" "Safeway" with "Category"="Other"
And the "Company" "SuperValue" with "Category"="Other"
And the "Company" "UBS" with "Category"="Other"
And the "Company" "Kraft Foods" with "Category"="Other"
And the "Company" "Kraft Foods" with "Category"="Other"
And the "Company" "Ahold" with "Category"="Other"
And the "Company" "Cisco" with "Category"="Other"
And the "Company" "Bouygues" with "Category"="Other"
And the "Company" "Bouygues" with "Category"="Other"
And the "Company" "Insurance" with "Category"="Other"
And the "group" "EDITOR" has permissions "Access to 'Pages' section" and "Access to 'GridField Test Navigation' section" and "TEST_DATAOBJECT_EDIT"
And I am logged in as a member of "EDITOR" group
Expand Down Expand Up @@ -49,7 +50,7 @@ Feature: Search in GridField
And I click on the ".action--previous" element
And I should see "UBS" in the ".breadcrumbs-wrapper" element
And I click on the ".action--previous" element
And I should see "SuperValue" in the ".breadcrumbs-wrapper" element
And I should see "SuperValue" in the ".breadcrumbs-wrapper" element
Then I click on the ".toolbar__back-button" element
And I should see "View 1–5 of 11" in the ".pagination-records-number" element
Then I click "SuperValue" in the "#Form_EditForm" element
Expand Down

0 comments on commit 38168fa

Please sign in to comment.