https://cypress.io logo
Assertion Error
# i-need-help
i
Hey there. So I m new to cypress and getting error in datepicker part in assertion section , I don't know if i followed correct steps or not. i hope please help me to sort out with this error. Thank you.
b
did you try to put an wait before the type step? and, can you please share the image with the input element visible too?
i
No i didn't add waits, but sorry it's confidential for now.
b
just the input image. just to see how the data appears on the screen
to know if your date are correct on the screen, plase do this cy.get('#todo_list_due_date').invoke('text').then(($text) => { cy.log('My date text: ' + $text) })