@ -6,7 +6,7 @@ describe('Report User', () => {
|
|||||||
cy.login();
|
cy.login();
|
||||||
});
|
});
|
||||||
it('should be possible to report a user from their profile page', () => {
|
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
|
// status codes on that request
|
||||||
cy.visit('/twaha', { failOnStatusCode: false });
|
cy.visit('/twaha', { failOnStatusCode: false });
|
||||||
// The following line is only required if you want to test it in development
|
// The following line is only required if you want to test it in development
|
||||||
|
Reference in New Issue
Block a user