Add todo comment to Cypress test

This commit is contained in:
Wolfgang Huß 2022-08-02 08:30:14 +02:00
parent 458f17b3bb
commit 8f336a0d13

View File

@ -3,4 +3,5 @@ import { When } from "cypress-cucumber-preprocessor/steps";
When('I delete a social media link', () => {
cy.get(".base-button[title='Delete']")
.click()
// TODO: add delition confirmation modal click, see issue
})