Skip to content

Commit

Permalink
Fixed percyshots names
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena committed Sep 19, 2019
1 parent 41781ee commit c57d3d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/cypress/integration/alert/edit_alert_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('Edit Alert', () => {
.then(({ id: alertId }) => {
cy.visit(`/alerts/${alertId}/edit`);
cy.getByTestId('Criteria').should('exist');
cy.percySnapshot('Create Alert second screen');
cy.percySnapshot('Edit Alert screen');
});
});
});
2 changes: 1 addition & 1 deletion client/cypress/integration/alert/view_alert_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('View Alert', () => {
.then(({ id: alertId }) => {
cy.visit(`/alerts/${alertId}`);
cy.getByTestId('Criteria').should('exist');
cy.percySnapshot('Create Alert second screen');
cy.percySnapshot('View Alert screen');
});
});
});

0 comments on commit c57d3d0

Please sign in to comment.