From 17a4e1fa8cbb8472f33124754a1b8d3dd694dff1 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:28:34 +1200 Subject: [PATCH] MNT Fix behat failure (#1776) --- tests/behat/features/multitab-validation.feature | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/behat/features/multitab-validation.feature b/tests/behat/features/multitab-validation.feature index 36ad0059e..d0bdbcee7 100644 --- a/tests/behat/features/multitab-validation.feature +++ b/tests/behat/features/multitab-validation.feature @@ -26,6 +26,12 @@ Feature: Multi-tab page validation icons Then I should not see an invalid tab icon on the "Second" tab Then I should not see an invalid tab icon on the "Third" tab Then I should see an invalid tab icon on the "Fourth" tab + And I fill in "Third tab first field" with "abc@example.com" + When I press the "Save" button + Then I can see the form validation error message + Then I should not see an invalid tab icon on the "Second" tab + Then I should not see an invalid tab icon on the "Third" tab + Then I should see an invalid tab icon on the "Fourth" tab When I click on the "#tab-Root_Fourth" element And I fill in "Fourth tab first field" with "def" When I press the "Save" button