mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 19:05:53 +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
|
||||
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}"]`)
|
||||
.should('be.visible')
|
||||
.trigger('mouseover')
|
||||
|
Loading…
x
Reference in New Issue
Block a user