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

Test new automation #1471

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Test new automation #1471

wants to merge 10 commits into from

Conversation

ayfw
Copy link
Contributor

@ayfw ayfw commented Aug 14, 2024

Jira link

OTT-

What?

I have added/removed/altered:

added e2e accessibility tests for duty calculator and ROO journey
added separate accessibility commands file

Why?

I am doing this because:

  • to test accessibility for these pages

package.json Show resolved Hide resolved
cypress/support/accessibilityCommands.js Show resolved Hide resolved
@@ -8,6 +8,7 @@
"allure-commandline": "^2.29.0",
"ansi-regex": "^6.0.1",
"ansi-styles": "^6.2.1",
"axe-core": "^4.10.0",
"cypress": "13.10.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ayfw Can you remove the cypress package from devDependency as you have already it in dependencies in package.json

cy.axeOriginList({value: 'Northern Ireland'});
cy.axeNoDuty();
});
it.only('ROO - importing goods into the UK from Japan - Not Wholely Obtained + One Scheme + Insufficient processing - Japan - Accessibility Test', () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ayfw Can you remove .only from this test case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants