From db359d0e52ceb6a022d6f20a9426b79be5086152 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sun, 11 Apr 2021 20:50:47 +0200 Subject: [PATCH] Moderation.HidePost.feature --- .../{Moderator.HidePost.feature => Moderation.HidePost.feature} | 0 .../I_should_see_only_{int}_posts_on_the_newsfeed.js | 0 .../the_page_{string}_returns_a_404_error_with_a_message.js | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename cypress/integration/{Moderator.HidePost.feature => Moderation.HidePost.feature} (100%) rename cypress/integration/{Moderator.HidePost => Moderation.HidePost}/I_should_see_only_{int}_posts_on_the_newsfeed.js (100%) rename cypress/integration/{Moderator.HidePost => Moderation.HidePost}/the_page_{string}_returns_a_404_error_with_a_message.js (100%) diff --git a/cypress/integration/Moderator.HidePost.feature b/cypress/integration/Moderation.HidePost.feature similarity index 100% rename from cypress/integration/Moderator.HidePost.feature rename to cypress/integration/Moderation.HidePost.feature diff --git a/cypress/integration/Moderator.HidePost/I_should_see_only_{int}_posts_on_the_newsfeed.js b/cypress/integration/Moderation.HidePost/I_should_see_only_{int}_posts_on_the_newsfeed.js similarity index 100% rename from cypress/integration/Moderator.HidePost/I_should_see_only_{int}_posts_on_the_newsfeed.js rename to cypress/integration/Moderation.HidePost/I_should_see_only_{int}_posts_on_the_newsfeed.js diff --git a/cypress/integration/Moderator.HidePost/the_page_{string}_returns_a_404_error_with_a_message.js b/cypress/integration/Moderation.HidePost/the_page_{string}_returns_a_404_error_with_a_message.js similarity index 100% rename from cypress/integration/Moderator.HidePost/the_page_{string}_returns_a_404_error_with_a_message.js rename to cypress/integration/Moderation.HidePost/the_page_{string}_returns_a_404_error_with_a_message.js