Details
-
Technical Testing
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
Paste this property line into your "portal-setup-wizard.properties"to Activate Formula Fields - run catalina with this property set
Feature.flag.
LPS-173894=true
Include propertie on test
property custom.properties = "feature.flag.LPS-173894=true";
Test
Test Case File --> ObjectNotifications.testcase
Description --> @description = "LPS-173894 - Verify that it's possible to send an e-mail notification with Action (Standalone)"
Test Priority --> @priority = 5
Test Name --> CanSendEmailViaActionStandalone
Use Given When Then in Tasks for Poshi tests
Given an Email Notification Template
And Custom Object with an Action (Standalone),
When the timing is set on Notification Configuration
And entry is triggered manually
Then the email is sent immediately on Queue
Test case step
__________________________________________________________________________________________________________________________________________________________________________
Once you complete your test, please do the following:
- Run SF locally and fix any SF related errors. Fix them in the commit that caused it, do not make a separate SF commit!
- Attach the index.html of your passing test to the ticket
- Send your PR to liferay-bpm-qa for review. Please use the following format:
-
- Title: LPS-${ticketNumber} | master
- Body: https://issues.liferay.com/browse/${ticketNumber}
- Example: https://github.com/timpak/liferay-portal/pull/264
For object related questions, please ask in #t-dxp-bpm-qa
Track your ticket until it is approved
when it is forwarded to brian leave a comment on the ticket
Ex: Pushed to BChan:
master:https://github.com/liferay-bpm-qa/liferay-portal/pull/518
Then update your test status to automated in Testmap Sheet
and put the qa-test-map-updated label on the ticket
__________________________________________________________________________________________________________________________________________________________________________