diff --git a/cypress/integration/Moderation.ReportContent/I_see_all_the_reported_posts_including_the_one_from_above.js b/cypress/integration/Moderation.ReportContent/I_see_all_the_reported_posts_including_the_one_from_above.js index 12085ef1e..ad6f04274 100644 --- a/cypress/integration/Moderation.ReportContent/I_see_all_the_reported_posts_including_the_one_from_above.js +++ b/cypress/integration/Moderation.ReportContent/I_see_all_the_reported_posts_including_the_one_from_above.js @@ -99,8 +99,8 @@ Then('I see all the reported posts including the one from above', () => { ` ) cy.wrap(interception.response.body) - .should('have.nested.property', 'data.reports.0') - .and('not.be.null') + .should('have.nested.property', 'data.reports.0.resource.author.id') + .and('equal', 'annoying-user') }) cy.get('table tbody').within(() => {