Hello I am new to cypress, I was trying out different functions on woolworths website. When I tried to log in by pressing the login button, I get a waiting button like this but it's not progressing any further.
[]
And I am having the error in cypress console saying it is sending too many log in request:
The cypress and chrome console look like this:
Below is my cypress code to click it:
cy.get('button[type="submit"]').should('be.visible').click();
Would someone please tell me what I am doing wrong here, Thank you!