Skip to content

Commit

Permalink
Fixed CI and placholder issues
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanna-lmsace committed Sep 26, 2023
1 parent ec6cf1d commit 5265f62
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ public function i_create_pulsenotification_template_with_general($title, $refere
$this->execute("behat_general::i_click_on", ["Create new template", "button"]);
$this->execute('behat_forms::i_set_the_field_to', ["Title", $title]);
$this->execute('behat_forms::i_set_the_field_to', ["Reference", $reference]);
$this->execute("behat_general::i_click_on_in_the", ["Condition", "link", "#automation-tabs", "css_element"]);
$this->execute('behat_forms::i_set_the_field_to', ["Triggers", "User enrolment"]);
$this->execute("behat_general::i_click_on_in_the", ["Notification", "link", "#automation-tabs", "css_element"]);
$this->execute('behat_forms::i_set_the_following_fields_to_these_values', [$notificationdata]);
$this->execute("behat_general::i_click_on", ["Save changes", "button"]);
Expand Down
2 changes: 1 addition & 1 deletion amd/build/module.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5265f62

Please sign in to comment.