[E2E test] Add Cypress test - Localization menu #795
Labels
cypress
good first issue
Good for newcomers
hacktoberfest
Newcomers welcome!
help wanted
Extra attention is needed
test
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.
😎 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
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
Expected result: The context-menu dropdown should be visible with the following actions:
Test case 3
🧫 Purpose of the test
Double click on 'localization item' should open a binary editor with the content of the item .
🐾 Steps
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 )
The text was updated successfully, but these errors were encountered: