mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 10:56:02 +00:00
fix the task aut failure (#17188)
This commit is contained in:
parent
b486676d1d
commit
addf7ef565
@ -100,6 +100,10 @@ export const createDescriptionTask = (
|
|||||||
// select value from dropdown
|
// select value from dropdown
|
||||||
verifyResponseStatusCode('@suggestApi', 200);
|
verifyResponseStatusCode('@suggestApi', 200);
|
||||||
|
|
||||||
|
cy.get(
|
||||||
|
'.ant-select-dropdown .rc-virtual-list .rc-virtual-list-holder-inner'
|
||||||
|
).should('be.visible');
|
||||||
|
|
||||||
cy.get(`[data-testid="${value.assignee ?? assignee}"]`)
|
cy.get(`[data-testid="${value.assignee ?? assignee}"]`)
|
||||||
.should('be.visible')
|
.should('be.visible')
|
||||||
.trigger('mouseover')
|
.trigger('mouseover')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user