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:
parent
9b4500cded
commit
fad627c6b3
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user