mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-25 14:38:29 +00:00
fix custom property cypress test (#15904)
This commit is contained in:
parent
1759747974
commit
9995a13ac9
@ -312,7 +312,7 @@ export const verifyCustomPropertyRows = () => {
|
||||
).scrollIntoView();
|
||||
cy.get(
|
||||
'[data-testid="entity-right-panel"] [data-testid="custom-properties-table"] tbody tr'
|
||||
).should('have.length', 5);
|
||||
).should('have.length', 6);
|
||||
};
|
||||
|
||||
export const deleteCustomProperties = (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user