chore: fix typo in report-user.js (#43203)

intially -> initially
This commit is contained in:
Ikko Ashimine
2021-08-18 15:58:37 +09:00
committed by GitHub
parent 7dfe4b4900
commit ca902b96c5

View File

@ -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