fix the task aut failure (#17188)

This commit is contained in:
Ashish Gupta 2024-07-26 20:05:09 +05:30 committed by GitHub
parent b486676d1d
commit addf7ef565
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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')