diff --git a/cypress/integration/user/report-user.js b/cypress/integration/user/report-user.js index ca5b87c32d..307759a55e 100644 --- a/cypress/integration/user/report-user.js +++ b/cypress/integration/user/report-user.js @@ -6,7 +6,7 @@ describe('Report User', () => { cy.login(); }); it('should be possible to report a user from their profile page', () => { - // Since going to a user page intially generates a 404, we have to ignore + // Since going to a user page initially generates a 404, we have to ignore // status codes on that request cy.visit('/twaha', { failOnStatusCode: false }); // The following line is only required if you want to test it in development