-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
Test new automation #1471
Conversation
@@ -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", |
There was a problem hiding this comment.
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', () => { |
There was a problem hiding this comment.
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?
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: