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
bulky-sundown-7164
03/14/2023, 4:45 PM
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
important-hydrogen-23885
03/14/2023, 4:56 PM
No i didn't add waits, but sorry it's confidential for now.
b
bulky-sundown-7164
03/14/2023, 4:57 PM
just the input image. just to see how the data appears on the screen
bulky-sundown-7164
03/14/2023, 5:01 PM
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)
})