cypress-plugin-tab icon indicating copy to clipboard operation
cypress-plugin-tab copied to clipboard

Does not work with cy.clock()

Open alireza-ab opened this issue 3 years ago • 0 comments

Hi!

I adding

beforeEach(() =>  {
    cy.clo‍‍ck(new Date(2021, 2, 30, 12))
})

to the first of the spec and cy.tab() does not work.

Screenshot from 2021-03-31 10-45-40

Screenshot from 2021-03-31 10-38-52

alireza-ab avatar Mar 31 '21 06:03 alireza-ab