theTestingApproach

Results 4 comments of theTestingApproach

i have got this example too for my cypress test const mydate = Cypress.dayjs('07 / 12') cy.get('.dateOptions').contains('July 2017').click() cy.get('.display').should('contain', mydate.format('DD/MM/YYYY')) Instead of displaying the date 12/07/2017 it is showing 12/07/2001...

Hi @Mepcuk , I have tried them but still getting the same issues: ![image](https://user-images.githubusercontent.com/82937171/120199301-246ad080-c234-11eb-83e1-86d0507d5664.png)

I use panther client: This is my code..I am just trying to open the site and its failing already ```

Hello, Is there anything i can try pls? Tried to setup everything again got the same issue. Thanks