Skip to content

Commit

Permalink
adding more description
Browse files Browse the repository at this point in the history
  • Loading branch information
a-arias committed Jan 29, 2025
1 parent 7b7b070 commit 7ddccb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/tests/pages/generic/login.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('Local authentication', { tags: ['@generic', '@adminUser', '@standardUs
// take screenshot if locator is visible.
loginPage.canSubmit().then((canSubmit) => {
if (canSubmit) {
// Take a snapshot for visual diffing
// Take a snapshot for visual difference
cy.percySnapshot('Login test');
}
});
Expand Down

0 comments on commit 7ddccb7

Please sign in to comment.