We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38de779 commit b0c7debCopy full SHA for b0c7deb
src/components/Dialogs/DeleteConfirmationDialog.test.tsx
@@ -8,6 +8,7 @@ describe('DeleteConfirmationDialog', () => {
8
isOpen={true}
9
setIsOpen={cy.stub().as('setIsOpen')}
10
resourceName="test-resource"
11
+ resourceComponent={<div>Resource Component</div>}
12
onDeletionConfirmed={cy.stub().as('onDeletionConfirmed')}
13
onCanceled={cy.stub().as('onCanceled')}
14
{...props}
0 commit comments