-
Notifications
You must be signed in to change notification settings - Fork 13
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: Certificate, Header #365
Conversation
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.
A few suggestions, but looks good
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.
Looks good!
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.
LGTM
Fixes: #251, Fixes: #173
This week, I'm creating a playwright test for the front end which includes, header, landing page and certificate
The certificate will cycle through 3 pages, and check for values that are specific for those pages
/certificate
routeCertificate
The header contains a hamburger state that is only visible in mobile, thus creating a new file `.mobile` to account for such instances
/login
route when clicked/domain
or/certificate
/domain
or/certificate
On the landing page test we first check before starting if heading "DNS Records" and "Certificate" can be located in the `/` route
/domains
or/certificate
URL/domains/instructions
/certificate/instructions
We are also adding a
testIgnore
underplaywright.config.ts
to accommodate for instances where values are showing/hiding under different devices