Skip to content

Commit

Permalink
test(manager-pci-common): update tests
Browse files Browse the repository at this point in the history
ref: DTCORE-2868
Signed-off-by: Florian Renaut <[email protected]>
  • Loading branch information
frenautvh committed Jan 21, 2025
1 parent 463f1f2 commit 49dbdbc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ describe('DeletionModal', () => {
value: 'CONFIRM',
} as OdsInputChangeEventDetail);
});
expect(getByTestId('pciModal-button_submit')).toHaveAttribute(
expect(getByTestId('pciModal-button_submit')).not.toHaveAttribute(
'is-disabled',
'false',
);
});

Expand Down

0 comments on commit 49dbdbc

Please sign in to comment.