From 95531e78d024723dc08dad12f9f1d59b05b752bf Mon Sep 17 00:00:00 2001 From: Sabina Talipova <87288324+sabina-talipova@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:17:08 +1300 Subject: [PATCH] MNT Fix broken build (#1253) --- tests/behat/features/userforms.feature | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/behat/features/userforms.feature b/tests/behat/features/userforms.feature index 3a85c31..baee4e6 100644 --- a/tests/behat/features/userforms.feature +++ b/tests/behat/features/userforms.feature @@ -54,7 +54,10 @@ Feature: Userforms # Click save on the file upload modal to use the default "Form-submissions" folder And I press the "Save and continue" button And I wait for 5 seconds - And I press the "Save" button + And I select "File Upload Field" from the "Form_Fields_GridFieldEditableColumns_7_ClassName" field + And I press the "Save and continue" button + And I wait for 5 seconds + And I press the "Publish" button # Edit My textfield 3 When I click on the ".ss-gridfield-item[data-id='6'] .edit-link" element