We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09fa93e + a2ab1ec commit 045f6c0Copy full SHA for 045f6c0
tests/behat/features/userforms.feature
@@ -35,6 +35,7 @@ Feature: Userforms
35
And I fill in "Options[GridFieldAddNewInlineButton][2][Value]" with "2"
36
And I press the "Save" button
37
And I follow "My userform"
38
+ And I click the "Form Fields" CMS tab
39
40
# Create textfields
41
And I press the "Add Field" button
@@ -64,6 +65,7 @@ Feature: Userforms
64
65
And I check "Is this field Required?"
66
67
68
69
70
# Drag and drop my text field 2 to Page Two
71
Then I drag the ".ss-gridfield-item[data-id='4'] .handle" element to the ".ss-gridfield-item[data-id='6'] .handle" element
0 commit comments