Skip to content

Commit

Permalink
fail test and copy cypress screenshot and video to gui_test_screensho…
Browse files Browse the repository at this point in the history
…ts directory
  • Loading branch information
dtaylor113 committed Apr 2, 2020
1 parent 51e921b commit cde559d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion frontend/integration-tests-cypress/cypress.json
@@ -1,3 +1,5 @@
{
"integrationFolder": "cypress/tests"
"integrationFolder": "cypress/tests",
"screenshotsFolder": "../gui_test_screenshots/cypress/screenshots",
"videosFolder": "../gui_test_screenshots"
}
Expand Up @@ -25,7 +25,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');
});

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

0 comments on commit cde559d

Please sign in to comment.