diff --git a/cypress/e2e/release-gate/landing-page.cy.ts b/cypress/e2e/release-gate/landing-page.cy.ts index c130100c12..93586a7362 100644 --- a/cypress/e2e/release-gate/landing-page.cy.ts +++ b/cypress/e2e/release-gate/landing-page.cy.ts @@ -251,8 +251,6 @@ describe('Landing page', () => { it('View favorited services', () => { cy.visit('/'); cy.login(); - cy.visit('/'); - cy.reload(); cy.intercept({ method: 'GET', @@ -266,6 +264,8 @@ describe('Landing page', () => { }); it('tooltip is shown when hovering over the gear/question icon', () => { + cy.login(); + cy.visit('/'); cy.wait(4000); cy.get('.tooltip-button-settings-cy').invoke('show').trigger('mouseenter').wait(1000);