Skip to content

Commit

Permalink
Making locator more universal
Browse files Browse the repository at this point in the history
  • Loading branch information
mmartin24 committed Nov 27, 2024
1 parent 19fdc1e commit bc95b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/e2e/unit_tests/p0_fleet.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ describe('Test Fleet with Webhook', { tags: '@p0' }, () => {
cy.contains('Connected').should('be.visible');

// Add yaml file to the terminal to create ad-hoc ingress
cy.get('button[data-testid="header-action-import-yaml"]').click();
cy.get('button > i.icon.icon-upload.icon-lg').click();
cy.addYamlFile('assets/webhook-tests/webhook_ingress.yaml');
cy.clickButton('Import');
cy.clickButton('Close');
Expand Down

0 comments on commit bc95b3c

Please sign in to comment.