mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 12:36:56 +00:00
Domain flaky cypress fix (#16630)
* fix domain flaky cypress * fix domain cypress
This commit is contained in:
parent
3f07e85735
commit
9c1ad06ceb
@ -171,12 +171,6 @@ export const removeAssets = (domainObj) => {
|
||||
.contains(entity.term)
|
||||
.click();
|
||||
|
||||
visitEntityDetailsPage({
|
||||
term: entity.term,
|
||||
serviceName: entity.serviceName,
|
||||
entity: entity.entity,
|
||||
});
|
||||
|
||||
cy.get('[data-testid="add-domain"]').click();
|
||||
verifyResponseStatusCode('@domains', 200);
|
||||
cy.get('[data-testid="remove-owner"]').click();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user