Compare commits

...

3 Commits
6.1.2 ... 5

Author SHA1 Message Date
github-actions 81ace076fd Merge branch '5.15' into 5 2024-03-04 02:51:54 +00:00
Sabina Talipova e7b3c9795d
Merge pull request #1269 from creative-commoners/pulls/5.15/fix-behat
MNT Fix behat test that was relying on a bug
2024-02-29 12:41:12 +13:00
Guy Sartorelli d2bad6a39e
MNT Fix behat test that was relying on a bug 2024-02-27 16:38:47 +13:00
1 changed files with 2 additions and 0 deletions

View File

@ -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
@ -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