fix social media test step

This commit is contained in:
mahula 2023-06-03 06:00:53 +02:00
parent df7ade28d9
commit 38a135d966

View File

@ -8,5 +8,5 @@ When('I delete the social media link {string}', (link) => {
cy.get('[data-test="confirm-button"]')
.click()
cy.get('.ds-list-item-content > a')
.contains(link).should('not.exist')
.should('not.exist')
})