Skip to content

Commit

Permalink
Merge pull request #1269 from creative-commoners/pulls/5.15/fix-behat
Browse files Browse the repository at this point in the history
MNT Fix behat test that was relying on a bug
  • Loading branch information
sabina-talipova authored Feb 28, 2024
2 parents d070e7d + d2bad6a commit e7b3c97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/behat/features/userforms.feature
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Feature: Userforms
And I fill in "Options[GridFieldAddNewInlineButton][2][Value]" with "2"
And I press the "Save" button
And I follow "My userform"
And I click the "Form Fields" CMS tab

# Create textfields
And I press the "Add Field" button
Expand Down Expand Up @@ -64,6 +65,7 @@ Feature: Userforms
And I check "Is this field Required?"
And I press the "Save" button
And I follow "My userform"
And I click the "Form Fields" CMS tab

# Drag and drop my text field 2 to Page Two
Then I drag the ".ss-gridfield-item[data-id='4'] .handle" element to the ".ss-gridfield-item[data-id='6'] .handle" element
Expand Down

0 comments on commit e7b3c97

Please sign in to comment.