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 - Organizational units #798

Closed
herflis opened this issue Aug 19, 2020 · 0 comments
Closed

🧪 [E2E test] Add Cypress test - Organizational units #798

herflis opened this issue Aug 19, 2020 · 0 comments

Comments

@herflis
Copy link
Contributor

herflis commented Aug 19, 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 user can build a folder structure with creating _Organizational unit_s.

😎 Role

All test should run as admin.

Test case 1

🧫 Purpose of the test

The scope of this test is to ensure that creating a new org unit works as it is expected.

🐾 Steps

  1. Login with admin role
  2. Click on Users & groups menu item
  3. Click on the add button at the top of the drawer
    Expected result: add new dropdown opens
  4. Choose Organizational unit from the dropdown
    Expected result: Organizational unit creator view is displayed
  5. Fill the following fields:
    • Name: test1
  6. Click on submit button
    Expected results:
    • User list is opened
    • Notification is displayed that the organizational unit is successfully added.

Test case 2

🧫 Purpose of the test

The scope of this test is to ensure that organizational units build a tree.

🐾 Steps

  1. Login with admin role
  2. Click on Users & groups menu item
    Expected result: tree with item names test1 is displayed
  3. Click on test1 in the tree
  4. Click on the add button at the top of the drawer
    Expected result: add new dropdown opens
  5. Choose Organizational unit from the dropdown
    Expected result: Organizational unit creator view is displayed
  6. Fill the following fields:
    • Name: test2
  7. Click on submit button
    Expected results:
    • test1 children list is opened
    • Notification is displayed that the organizational unit is successfully added
    • The new test2 org unit displayed as child of test1 in the tree

image

@herflis herflis added test hacktoberfest Newcomers welcome! labels Aug 19, 2020
@herflis herflis changed the title [E2E test] Organizational units 🧪 [E2E test] Organizational units Aug 19, 2020
@herflis herflis changed the title 🧪 [E2E test] Organizational units 🧪 [E2E test] Add Cypress test - Organizational units 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 help wanted Extra attention is needed cypress labels Jan 4, 2021
@herflis herflis modified the milestones: Sprint 226, Sprint 227 Jan 7, 2021
@herflis herflis modified the milestones: Sprint 227, Sprint 228 Jan 20, 2021
@herflis herflis modified the milestones: Sprint 228, Sprint 229 Feb 3, 2021
@herflis herflis modified the milestones: Sprint 229, Sprint 230 Feb 17, 2021
@herflis herflis modified the milestones: Sprint 230, Sprint 231 Mar 3, 2021
@taki9 taki9 self-assigned this Mar 16, 2021
@herflis herflis modified the milestones: Sprint 231, Sprint 233, Sprint 232 Mar 17, 2021
@herflis herflis removed this from the Sprint 232 milestone Mar 31, 2021
@herflis herflis closed this as completed Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants