Skip to content

Commit

Permalink
Resolve issues after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala committed Oct 17, 2023
1 parent 0fcadca commit 524f7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/release-gate/landing-page.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,6 @@ describe('Landing page', () => {
it('View favorited services', () => {
cy.visit('/');
cy.login();
cy.visit('/');
cy.reload();

cy.intercept({
method: 'GET',
Expand All @@ -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);
Expand Down

0 comments on commit 524f7a2

Please sign in to comment.