Skip to content

Commit

Permalink
Force click on all services link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Sep 6, 2023
1 parent 441c3d5 commit 7a2a11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/release-gate/favorite-services.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Favorite-services', () => {
cy.wait('@services').its('response.statusCode').should('equal', 200);
// check if a favorites link exists on the page
cy.get('button').contains('Services').click();
cy.contains('View all services').click();
cy.contains('View all services').click({ force: true });
cy.contains(serviceName).parent('.chr-c-favorite-trigger').find('.pf-v5-c-icon').click({ force: true });
cy.intercept('POST', '/api/chrome-service/v1/favorite-pages', {
data: [
Expand Down

0 comments on commit 7a2a11c

Please sign in to comment.