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

intially -> initially
pull/43230/head
Ikko Ashimine 2021-08-18 15:58:37 +09:00 committed by GitHub
parent 7dfe4b4900
commit ca902b96c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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