update cypress/support/step_definitions/Moderation.ReportContent/somebody_reported_the_following_posts.js

Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
This commit is contained in:
mahula 2023-06-05 20:29:19 +02:00 committed by GitHub
parent 8a8bfdfeac
commit 040295184a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
import { Given } from "@badeball/cypress-cucumber-preprocessor";
import { gql } from '../../../../backend/src/helpers/jest'
Given('somebody reported the following posts:', table => {
table.hashes().forEach(({ submitterEmail, resourceId, reasonCategory, reasonDescription }) => {