Skip to content

Commit

Permalink
Purposefully fail test to see what it looks like in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dtaylor113 committed Mar 26, 2020
1 parent 201eb40 commit 368d17d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@ describe('Monitoring: Alerts', () => {

it('displays the Alerts list page', () => {
cy.clickNavLink(['Monitoring', 'Alerting']);
cy.getTestElement('resource-title').should('have.text', 'Alerting');
cy.getTestElement('resource-title').should('have.text', 'Alert'); //purposefully fail test to see what it looks like in CI
});

it('does not have a namespace dropdown', () => {
Expand Down

0 comments on commit 368d17d

Please sign in to comment.