From a6c647eee73d7eb53c0a352d6c34540ba7ded4c8 Mon Sep 17 00:00:00 2001 From: Sabina Talipova Date: Fri, 3 Nov 2023 14:33:06 +1300 Subject: [PATCH] MNT Update behat tests to support toast messages --- tests/behat/features/userforms.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/behat/features/userforms.feature b/tests/behat/features/userforms.feature index aa080088e..367e54a41 100644 --- a/tests/behat/features/userforms.feature +++ b/tests/behat/features/userforms.feature @@ -66,6 +66,8 @@ Feature: Userforms # 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 And I press the "Publish" button + Then I should see a 'Published 'My userform' successfully.' success toast + And I wait for 5 seconds # Add email recipient with custom text and custom rules When I click the "Recipients" CMS tab