Skip to content

Commit e7b3c97

Browse files
Merge pull request #1269 from creative-commoners/pulls/5.15/fix-behat
MNT Fix behat test that was relying on a bug
2 parents d070e7d + d2bad6a commit e7b3c97

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/behat/features/userforms.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Feature: Userforms
3535
And I fill in "Options[GridFieldAddNewInlineButton][2][Value]" with "2"
3636
And I press the "Save" button
3737
And I follow "My userform"
38+
And I click the "Form Fields" CMS tab
3839

3940
# Create textfields
4041
And I press the "Add Field" button
@@ -64,6 +65,7 @@ Feature: Userforms
6465
And I check "Is this field Required?"
6566
And I press the "Save" button
6667
And I follow "My userform"
68+
And I click the "Form Fields" CMS tab
6769

6870
# Drag and drop my text field 2 to Page Two
6971
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

Comments
 (0)