Skip to content

Commit

Permalink
test: remove unused assert (#2044)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloisio-m-bastian authored Dec 23, 2024
1 parent f8e2c3c commit 27ea363
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cypress/e2e/domains/create-domain-mtls.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ describe('Domains spec', { tags: ['@dev3'] }, () => {
cy.verifyToast('Successfully copied!')
cy.get(selectors.domains.confirmButton).click()
cy.get(selectors.domains.editPageTitle).should('have.text', 'Edit Domain')
cy.get(selectors.domains.mtlsTrustedCAFieldSelectedValue).should(
'contain',
digitalCertificateName
)
})

afterEach(() => {
Expand Down

0 comments on commit 27ea363

Please sign in to comment.