Skip to content
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

🧪 [E2E test] Add Cypress test - Calendar event #950

Closed
enikonemeth opened this issue Sep 25, 2020 · 0 comments · Fixed by #1144
Closed

🧪 [E2E test] Add Cypress test - Calendar event #950

enikonemeth opened this issue Sep 25, 2020 · 0 comments · Fixed by #1144
Assignees
Labels
Milestone

Comments

@enikonemeth
Copy link
Contributor

enikonemeth commented Sep 25, 2020

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

  1. Login with admin role
  2. Click on Content menuitem
  3. Click on IT Workspace in the tree
  4. Click on Calendar (under IT Workspace) in the tree
  5. Click on 'Add new' button
  6. Select Calendar event from the dropdown list
  7. Fill the form with the following data:
  • Title: Test Calendar Event
  • Location: Somewhere
  1. Step: Click on submit button
    Expected result: Test Calendar Event should be in the list

image

Test case 2

🧫 Purpose of the test

To ensure that modifying a calendar event content works properly

🐾 Steps

  1. Right click on Test Calendar Event
  2. Select Edit from the dropdown list
  3. Change the Title from Test Calendar Event to Changed Test Calendar Event
  4. Step: Click on submit button
    Expected result: Changed Test Calendar Event should be in the list, Test Calendar Event should not be

image

Test case 3

🧫 Purpose of the test

To ensure that delete a calendar event content works properly

🐾 Steps

  1. Right click on Changed Test Calendar Event
  2. Select Delete from the dropdown list
  3. Tick permanently
  4. Step: Click on Delete button
    Expected result: Changed Test Calendar Event should not be in the list
@enikonemeth enikonemeth added test hacktoberfest Newcomers welcome! labels Sep 25, 2020
@herflis herflis changed the title 🧪 [E2E test] Calendar event 🧪 [E2E test] Add Cypress test - Calendar event Oct 7, 2020
@herflis herflis added cypress help wanted Extra attention is needed labels Oct 7, 2020
@herflis herflis removed the hacktoberfest Newcomers welcome! label Nov 2, 2020
@herflis herflis added this to the Sprint 226 milestone Jan 4, 2021
@herflis herflis removed cypress help wanted Extra attention is needed labels Jan 4, 2021
@herflis herflis modified the milestones: Sprint 226, Sprint 227 Jan 7, 2021
@taki9 taki9 self-assigned this Jan 19, 2021
@enikonemeth enikonemeth linked a pull request Jan 20, 2021 that will close this issue
@herflis herflis modified the milestones: Sprint 227, Sprint 228 Jan 20, 2021
@herflis herflis modified the milestones: Sprint 228, Sprint 229 Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants