From 368d17db31b160f05c902385affc597aa660459d Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 26 Mar 2020 13:06:20 -0400 Subject: [PATCH] Purposefully fail test to see what it looks like in CI --- .../cypress-e2e/cypress/tests/monitoring_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/integration-tests-cypress/cypress-e2e/cypress/tests/monitoring_spec.ts b/frontend/integration-tests-cypress/cypress-e2e/cypress/tests/monitoring_spec.ts index 800402ec0837..32ed10528f23 100644 --- a/frontend/integration-tests-cypress/cypress-e2e/cypress/tests/monitoring_spec.ts +++ b/frontend/integration-tests-cypress/cypress-e2e/cypress/tests/monitoring_spec.ts @@ -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', () => {