Has anyone out there had any success in getting cy.tick() to work in cypress component tests. cy.clock() stops the time but tick will not move it forward in cypress component tests. If someone was able to get this working please give mean example .
And again this is in cypress component testing not e2n testing.
I've also added clock to a before() method.