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 - Localization menu #795

Closed
enikonemeth opened this issue Aug 18, 2020 · 1 comment · Fixed by #1023
Closed

[E2E test] Add Cypress test - Localization menu #795

enikonemeth opened this issue Aug 18, 2020 · 1 comment · Fixed by #1023
Assignees
Labels
cypress good first issue Good for newcomers hacktoberfest Newcomers welcome! help wanted Extra attention is needed test

Comments

@enikonemeth
Copy link
Contributor

enikonemeth commented Aug 18, 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 the Localization menu works as it is intended.

image

😎 Role

All test should run as admin.

Test case 1

🧫 Purpose of the test

To ensure that ActionResources.xml is there in the list

🐾 Steps

  1. Login with admin role
  2. Step: Click on Localization menu item
    Expected result: ActionResources.xml is in the list

Test case 2

🧫 Purpose of the test

Right click on a 'localization item' should make context-menu open.

🐾 Steps

  1. Step: Right click on ActionResources.xml item
    Expected result: The context-menu dropdown should be visible with the following actions:
  • Browse
  • Copy to
  • Edit
  • Move to
  • Versions
  • Check out
  • Share (disabled)
  • Delete
  • Set permissions
  • Download
  1. Click away

Test case 3

🧫 Purpose of the test

Double click on 'localization item' should open a binary editor with the content of the item .

🐾 Steps

  1. Step: Double click on ActionResources.xml item
    Expected result: A binary editor has appears with the content of ActionResources.xml on a new page. The page should contain the name of the 'localization item' (ActionResources.xml )
  2. Click on Cancel
@enikonemeth enikonemeth added test hacktoberfest Newcomers welcome! labels Aug 18, 2020
@herflis herflis changed the title [E2E test] Localization menu [E2E test] Add Cypress test - Localization menu Oct 7, 2020
@herflis herflis added cypress good first issue Good for newcomers help wanted Extra attention is needed labels Oct 7, 2020
@herflis herflis linked a pull request Oct 16, 2020 that will close this issue
@dlemstra
Copy link
Contributor

Tests have been added in this PR: #1023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cypress good first issue Good for newcomers hacktoberfest Newcomers welcome! help wanted Extra attention is needed test
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants