1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

Test filter not disabled

This commit is contained in:
Gastón Fournier 2025-03-10 21:04:07 +01:00
parent 9b4500cded
commit fad627c6b3
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E

View File

@ -150,7 +150,10 @@ describe('project-access', () => {
});
it('can remove access', () => {
cy.get(`[data-testid='${PA_REMOVE_BUTTON_ID}']`).first().click();
cy.get(`[data-testid='${PA_REMOVE_BUTTON_ID}']`)
.filter(':not(:disabled)')
.first()
.click();
cy.intercept(
'DELETE',