mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 05:26:19 +00:00
* Fixed UI: Test-suite hard delete not working #7287 * fixed cypress
This commit is contained in:
parent
9f8c3457e8
commit
422f59d9e6
@ -369,7 +369,7 @@ export const addNewTagToEntity = (entity, term) => {
|
||||
.should('be.visible')
|
||||
.contains(term);
|
||||
|
||||
cy.get(':nth-child(1) > :nth-child(5) [data-testid="tag-container"]')
|
||||
cy.get(':nth-child(1) > :nth-child(4) [data-testid="tag-container"]')
|
||||
.contains('Tags')
|
||||
.should('be.visible')
|
||||
.click();
|
||||
@ -384,7 +384,7 @@ export const addNewTagToEntity = (entity, term) => {
|
||||
.scrollIntoView()
|
||||
.should('be.visible')
|
||||
.click();
|
||||
cy.get(':nth-child(1) > :nth-child(5) [data-testid="tag-container"]')
|
||||
cy.get(':nth-child(1) > :nth-child(4) [data-testid="tag-container"]')
|
||||
.scrollIntoView()
|
||||
.contains(term)
|
||||
.should('exist');
|
||||
|
||||
@ -52,6 +52,7 @@ const TestSuiteDetails = ({
|
||||
</Tooltip>
|
||||
<DeleteWidgetModal
|
||||
allowSoftDelete
|
||||
isRecursiveDelete
|
||||
entityId={testSuite?.id}
|
||||
entityName={testSuite?.fullyQualifiedName as string}
|
||||
entityType="testSuite"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user