I have a component which will call api every 20 seconds(setInterval) and I wanna test if the api return different result, what will my component show. I try to speed up the setInterval with cy.clock and cy.tick , but it only works in the first test. there ...
Home/cypress
Softans Latest Questions
TypeError Cannot read properties of undefined (reading ‘forEach’)
The ‘task’ event has not been registered in the setupNodeEvents method. You must register it before using cy.task()