rich-pharmacist-74804
09/05/2022, 6:44 AMcy.dataCy('billingAccount').find('p-dropdown').click().then(opt => {
cy.wrap(opt).children().children().find('li').contains('BA969048 - - Nauenstrasse 55, 4052 Basel, Switzerland').click()
})
cy.dataCy('billingAccount').find('span').should('contain', 'BA969048 - - Nauenstrasse 55, 4052 Basel, Switzerland')
My code works perfectly but the problem is the option is not getting patched after the click() event happens so my last line code failed.
Your help is highly appreciated.
Thank you