You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you start working on an issue please take a look at our dedicated hacktoberfest site to learn the basic rules and find additional resources to help you get started.
🧪E2E test cases
The scope of these tests is to ensure that calendar event creation, modification, and delete works as it is intended.
😎 Role
All test should run as admin.
Test case 1
🧫 Purpose of the test
To ensure that calendar event creation works properly.
🐾 Steps
Login with admin role
Click on Content menuitem
Click on IT Workspace in the tree
Click on Calendar (under IT Workspace) in the tree
Click on 'Add new' button
Select Calendar event from the dropdown list
Fill the form with the following data:
Title: Test Calendar Event
Location: Somewhere
Step: Click on submit button Expected result: Test Calendar Event should be in the list
Test case 2
🧫 Purpose of the test
To ensure that modifying a calendar event content works properly
🐾 Steps
Right click on Test Calendar Event
Select Edit from the dropdown list
Change the Title from Test Calendar Event to Changed Test Calendar Event
Step: Click on submit button Expected result: Changed Test Calendar Event should be in the list, Test Calendar Event should not be
Test case 3
🧫 Purpose of the test
To ensure that delete a calendar event content works properly
🐾 Steps
Right click on Changed Test Calendar Event
Select Delete from the dropdown list
Tick permanently
Step: Click on Delete button Expected result: Changed Test Calendar Event should not be in the list
The text was updated successfully, but these errors were encountered:
Before you start working on an issue please take a look at our dedicated hacktoberfest site to learn the basic rules and find additional resources to help you get started.
🧪E2E test cases
The scope of these tests is to ensure that calendar event creation, modification, and delete works as it is intended.
😎 Role
All test should run as admin.
Test case 1
🧫 Purpose of the test
To ensure that calendar event creation works properly.
🐾 Steps
Expected result: Test Calendar Event should be in the list
Test case 2
🧫 Purpose of the test
To ensure that modifying a calendar event content works properly
🐾 Steps
Expected result: Changed Test Calendar Event should be in the list, Test Calendar Event should not be
Test case 3
🧫 Purpose of the test
To ensure that delete a calendar event content works properly
🐾 Steps
Expected result: Changed Test Calendar Event should not be in the list
The text was updated successfully, but these errors were encountered: