diff --git a/packages/manager/modules/manager-pci-common/src/components/modal/deletion-modal/DeletionModal.component.spec.tsx b/packages/manager/modules/manager-pci-common/src/components/modal/deletion-modal/DeletionModal.component.spec.tsx index 35a40bbb6586..3ada8ae0a41e 100644 --- a/packages/manager/modules/manager-pci-common/src/components/modal/deletion-modal/DeletionModal.component.spec.tsx +++ b/packages/manager/modules/manager-pci-common/src/components/modal/deletion-modal/DeletionModal.component.spec.tsx @@ -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', ); });