cypress-plugin-tab
cypress-plugin-tab copied to clipboard
Does not work with cy.clock()
Hi!
I adding
beforeEach(() => {
cy.clock(new Date(2021, 2, 30, 12))
})
to the first of the spec and cy.tab()
does not work.