-
Notifications
You must be signed in to change notification settings - Fork 444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add New Cypress Test for Verifying Notice Board Functionality #9041
Comments
Hey @nihal467 I would like to work on this issue can you please assign this issue to me |
Hey @nihal467 can you please guide about the folder structure for this test suit? |
write the test file in the cypress/e2e/facility_spec/FacilityHomepage.cy.ts file and related new function you are creating, create a new file name FacilityNotify.ts in the folder cypress/pageobject/Facility |
6 tasks
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Add a new Cypress test to verify the notice board function for sending a message.
General Instruction
Context About Notice Board
This feature is used exclusively by the admin to send messages to facilities through the platform. The message will be received by all linked IDs, but they will not be able to reply to it.
Workflow Of the Notice Board
Note: Note: Once the test is built, remove the two lines where we verify the notify button redirection in the existing test, "Verify the facility card button function."
The text was updated successfully, but these errors were encountered: