Chore: Convert user tests (#49113)

Chore: Convert user tests.
This commit is contained in:
a2937 2023-01-23 09:38:34 -05:00 committed by GitHub
parent a1c38b0ff5
commit 2d41346d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ describe('Public profile certifications', () => {
cy.visit('/certifieduser', { failOnStatusCode: false });
// The following line is only required if you want to test it in development
// cy.contains('Preview custom 404 page').click();
//cy.contains('Preview custom 404 page').click();
cy.get('[data-cy=claimed-certification]').should('have.length', 16);
});
@ -30,7 +30,7 @@ describe('Public profile certifications', () => {
cy.visit('/certifieduser', { failOnStatusCode: false });
// The following line is only required if you want to test it in development
// cy.contains('Preview custom 404 page').click();
//cy.contains('Preview custom 404 page').click();
cy.get('[data-cy=claimed-certification]').should('have.length', 16);
});