From ca902b96c5236c7c1fa4c387a027cf3c948638aa Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 18 Aug 2021 15:58:37 +0900 Subject: [PATCH] chore: fix typo in report-user.js (#43203) intially -> initially --- cypress/integration/user/report-user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/user/report-user.js b/cypress/integration/user/report-user.js index ca5b87c32df..307759a55e2 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