We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332b98e commit 3025a1fCopy full SHA for 3025a1f
1 file changed
tests/behat/features/hierarchical-nested-gridfield.feature
@@ -51,6 +51,7 @@ I want to see all children of hierarchical relational data in nested GridField
51
And I should see "Tom" in the ".nested-gridfield.odd .ss-gridfield-item.last.even" element
52
When I click on the ".nested-gridfield.odd .ss-gridfield-item.first.odd" element
53
And I fill in "Name" with "John"
54
+ And I fill in "Email" with "john@example.com"
55
And I press the "Save" button
56
Then I click on the ".toolbar__back-button" element
57
Then I click on the ".nested-gridfield.odd button[value='Surname']" element
0 commit comments