From 3025a1fc0b73fe0ee32d21133315a5a4dfe70471 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:06:05 +1300 Subject: [PATCH] MNT Fix broken behat test (#419) --- tests/behat/features/hierarchical-nested-gridfield.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/behat/features/hierarchical-nested-gridfield.feature b/tests/behat/features/hierarchical-nested-gridfield.feature index 19e9ce2..473e3f9 100644 --- a/tests/behat/features/hierarchical-nested-gridfield.feature +++ b/tests/behat/features/hierarchical-nested-gridfield.feature @@ -51,6 +51,7 @@ I want to see all children of hierarchical relational data in nested GridField And I should see "Tom" in the ".nested-gridfield.odd .ss-gridfield-item.last.even" element When I click on the ".nested-gridfield.odd .ss-gridfield-item.first.odd" element And I fill in "Name" with "John" + And I fill in "Email" with "john@example.com" And I press the "Save" button Then I click on the ".toolbar__back-button" element Then I click on the ".nested-gridfield.odd button[value='Surname']" element