-
Notifications
You must be signed in to change notification settings - Fork 14
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
[UXE-5763] feat: migrate edge dns zone creation to api v4 #2093
Conversation
Aloísio preciso que tu preenchas o template do PR. |
src/services/edge-dns-services/v4/create-edge-dns-zones-service.js
Outdated
Show resolved
Hide resolved
src/services/edge-dns-services/v4/create-edge-dns-zones-service.js
Outdated
Show resolved
Hide resolved
@@ -29,7 +29,7 @@ describe('Edge DNS spec', { tags: ['@dev5', '@dont_run_prod'] }, () => { | |||
cy.get(selectors.edgeDns.nameInput).type(zoneName) | |||
cy.get(selectors.edgeDns.domainInput).type(`${zoneName}.com.az`) | |||
cy.get(selectors.edgeDns.saveButton).click() | |||
cy.verifyToast('success', 'Your Edge DNS has been created') | |||
cy.verifyToast('success', 'Your Edge DNS Zonehas been created') |
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.
cy.verifyToast('success', 'Your Edge DNS Zonehas been created') | |
cy.verifyToast('success', 'Your Edge DNS Zone has been created') |
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.
Obrigado por apontar, graças a esse assert percebi que os testes não estão sendo executados nas actions da PR. Isso será tratado posteriormente na issue: https://aziontech.atlassian.net/browse/UXE-6264
|
Pull Request
What is the new behavior introduced by this PR?
migrate edge dns zone creation to api v4
Does this PR introduce breaking changes?
Does this PR introduce UI changes? Add a video or screenshots here.
Does it have a link on Figma?
Checklist
Make sure your pull request fits the checklist below (when applicable):
These changes were tested on the following browsers: