Skip to content

Commit

Permalink
Amend Cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry350 committed Sep 21, 2023
1 parent 565d70b commit 7a1b2d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ describe('[Logs onboarding] Custom logs - install elastic agent', () => {
cy.getByTestSubj('obltOnboardingExploreLogs').should('exist').click();

cy.url().should('include', '/app/observability-log-explorer');
cy.get('button').contains('[mylogs] mylogs').should('exist');
cy.get('button').contains('[Mylogs] mylogs').should('exist');
});
});
});

0 comments on commit 7a1b2d4

Please sign in to comment.