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

[UXE-5763] feat: migrate edge dns zone creation to api v4 #2093

Merged
merged 2 commits into from
Feb 3, 2025

Conversation

aloisio-m-bastian
Copy link
Contributor

@aloisio-m-bastian aloisio-m-bastian commented Jan 24, 2025

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?

  • No
  • Yes

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):

  • The issue title follows the format: [ISSUE_CODE] TYPE: TITLE
  • Commits are tagged with the right word (feat, test, refactor, etc)
  • Application responsiveness was tested to different screen sizes
  • Code is formatted and linted
  • Tags are added to the PR

These changes were tested on the following browsers:

  • Chrome
  • Edge
  • Firefox
  • Safari

pauloSF0
pauloSF0 previously approved these changes Jan 28, 2025
@lucasmendes21
Copy link
Contributor

Aloísio preciso que tu preenchas o template do PR.

@@ -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')
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
cy.verifyToast('success', 'Your Edge DNS Zonehas been created')
cy.verifyToast('success', 'Your Edge DNS Zone has been created')

Copy link
Contributor Author

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

Copy link

sonarqubecloud bot commented Feb 3, 2025

@aloisio-m-bastian aloisio-m-bastian merged commit eb71aa4 into dev Feb 3, 2025
13 of 15 checks passed
@aloisio-m-bastian aloisio-m-bastian deleted the UXE-5763 branch February 3, 2025 13:38
@github-actions github-actions bot locked and limited conversation to collaborators Feb 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

4 participants