You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aria-label is existed when check from dev tool, but computeAccessibleName($optionItem[0]) get null string instead of actual value. Which make me confused.
cy.get('div.ap-option-item').should('have.attr', 'aria-label','DropdownItemfortesting');
cy.get('div.ap-option-item').then(($optionItem)=>{
const radioAccessibleName = computeAccessibleName($optionItem[0])
expect(radioAccessibleName).to.equal('DropdownItemfortesting')
})
The text was updated successfully, but these errors were encountered: