mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-04 13:48:56 +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', () => {
|
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(
|
cy.intercept(
|
||||||
'DELETE',
|
'DELETE',
|
||||||
|
Loading…
Reference in New Issue
Block a user