From 98ea1f75d522c7c56993342de6b280fe4bac81a2 Mon Sep 17 00:00:00 2001 From: prasanna-lmsace Date: Sat, 25 Nov 2023 23:06:44 +0530 Subject: [PATCH] Behat updated --- .../tests/behat/trigger_pulsecondition_activity.feature | 2 -- .../tests/behat/trigger_pulsecondition_cohort.feature | 2 -- .../tests/behat/trigger_pulsecondition_course.feature | 2 -- .../tests/behat/trigger_pulsecondition_enrolment.feature | 2 -- .../tests/behat/trigger_pulsecondition_session.feature | 2 -- tests/behat/pulse_automation_template.feature | 6 ------ 6 files changed, 16 deletions(-) diff --git a/conditions/activity/tests/behat/trigger_pulsecondition_activity.feature b/conditions/activity/tests/behat/trigger_pulsecondition_activity.feature index ab60137..621d8f9 100644 --- a/conditions/activity/tests/behat/trigger_pulsecondition_activity.feature +++ b/conditions/activity/tests/behat/trigger_pulsecondition_activity.feature @@ -33,8 +33,6 @@ Feature: Activity trigger event. | Trigger operator | All | And I am on "Course 1" course homepage And I follow "Automation" - When I open the autocomplete suggestions list - And I click on "WELCOME MESSAGE 01" item in the autocomplete list Then I press "Add automation instance" And I set the following fields to these values: | insreference | Welcomemessage | diff --git a/conditions/cohort/tests/behat/trigger_pulsecondition_cohort.feature b/conditions/cohort/tests/behat/trigger_pulsecondition_cohort.feature index 85de96c..9966ac9 100644 --- a/conditions/cohort/tests/behat/trigger_pulsecondition_cohort.feature +++ b/conditions/cohort/tests/behat/trigger_pulsecondition_cohort.feature @@ -39,8 +39,6 @@ Feature: Cohort trigger event. | Trigger operator | All | And I am on "Course 1" course homepage And I follow "Automation" - When I open the autocomplete suggestions list - And I click on "WELCOME MESSAGE 01" item in the autocomplete list Then I press "Add automation instance" And I set the following fields to these values: | insreference | Welcomemessage | diff --git a/conditions/course/tests/behat/trigger_pulsecondition_course.feature b/conditions/course/tests/behat/trigger_pulsecondition_course.feature index 12457be..8fdcaf2 100644 --- a/conditions/course/tests/behat/trigger_pulsecondition_course.feature +++ b/conditions/course/tests/behat/trigger_pulsecondition_course.feature @@ -31,8 +31,6 @@ Feature: Course Completion trigger event. | Trigger operator | All | And I am on "Course 1" course homepage And I follow "Automation" - When I open the autocomplete suggestions list - And I click on "WELCOME MESSAGE 01" item in the autocomplete list Then I press "Add automation instance" And I set the following fields to these values: | insreference | Welcomemessage | diff --git a/conditions/enrolment/tests/behat/trigger_pulsecondition_enrolment.feature b/conditions/enrolment/tests/behat/trigger_pulsecondition_enrolment.feature index 1c8db7b..416d993 100644 --- a/conditions/enrolment/tests/behat/trigger_pulsecondition_enrolment.feature +++ b/conditions/enrolment/tests/behat/trigger_pulsecondition_enrolment.feature @@ -31,8 +31,6 @@ Feature: Course Enrolment trigger event. | Trigger operator | All | And I am on "Course 1" course homepage And I follow "Automation" - When I open the autocomplete suggestions list - And I click on "WELCOME MESSAGE 01" item in the autocomplete list Then I press "Add automation instance" And I set the following fields to these values: | insreference | Welcomemessage | diff --git a/conditions/session/tests/behat/trigger_pulsecondition_session.feature b/conditions/session/tests/behat/trigger_pulsecondition_session.feature index 27bb6b8..914770b 100644 --- a/conditions/session/tests/behat/trigger_pulsecondition_session.feature +++ b/conditions/session/tests/behat/trigger_pulsecondition_session.feature @@ -42,8 +42,6 @@ Feature: Session trigger event. | Trigger operator | All | And I am on "Course 1" course homepage And I follow "Automation" - When I open the autocomplete suggestions list - And I click on "WELCOME MESSAGE 01" item in the autocomplete list Then I press "Add automation instance" And I set the following fields to these values: | insreference | Welcomemessage | diff --git a/tests/behat/pulse_automation_template.feature b/tests/behat/pulse_automation_template.feature index 27552d7..61bb7ca 100644 --- a/tests/behat/pulse_automation_template.feature +++ b/tests/behat/pulse_automation_template.feature @@ -237,20 +237,14 @@ Feature: Pulse automation templates | Reference | notification | And I am on "Course 1" course homepage And I follow "Automation" - When I open the autocomplete suggestions list - And I click on "WELCOME MESSAGE" item in the autocomplete list Then I click on "Add automation instance" "button" And I set the following fields to these values: | insreference | Welcomemessageinstance | And I press "Save changes" - When I open the autocomplete suggestions list - And I click on "WELCOME MESSAGE" item in the autocomplete list Then I click on "Add automation instance" "button" And I set the following fields to these values: | insreference | Welcomemessageinstance2 | And I press "Save changes" - When I open the autocomplete suggestions list - And I click on "WELCOME MESSAGE" item in the autocomplete list Then I click on "Add automation instance" "button" And I set the following fields to these values: | insreference | Welcomemessageinstance3 |