mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
parent
a1c38b0ff5
commit
2d41346d79
@ -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);
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user