From 095a9c55232a34d2819ab812df08002392c4b1e5 Mon Sep 17 00:00:00 2001 From: Suzanne Aitchison Date: Thu, 5 Aug 2021 12:07:53 +0100 Subject: [PATCH] [15 min fix] move seeded flows into correct folder (#14421) --- .../{ => seededFlows}/articleFlows/followAuthor.spec.js | 0 .../notificationsFlows/followUserFromNotifications.spec.js | 0 .../{ => seededFlows}/profileFlows/followOrganisation.spec.js | 0 .../integration/{ => seededFlows}/searchFlows/followUser.spec.js | 0 cypress/integration/{ => seededFlows}/tagsFlows/followTag.spec.js | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename cypress/integration/{ => seededFlows}/articleFlows/followAuthor.spec.js (100%) rename cypress/integration/{ => seededFlows}/notificationsFlows/followUserFromNotifications.spec.js (100%) rename cypress/integration/{ => seededFlows}/profileFlows/followOrganisation.spec.js (100%) rename cypress/integration/{ => seededFlows}/searchFlows/followUser.spec.js (100%) rename cypress/integration/{ => seededFlows}/tagsFlows/followTag.spec.js (100%) diff --git a/cypress/integration/articleFlows/followAuthor.spec.js b/cypress/integration/seededFlows/articleFlows/followAuthor.spec.js similarity index 100% rename from cypress/integration/articleFlows/followAuthor.spec.js rename to cypress/integration/seededFlows/articleFlows/followAuthor.spec.js diff --git a/cypress/integration/notificationsFlows/followUserFromNotifications.spec.js b/cypress/integration/seededFlows/notificationsFlows/followUserFromNotifications.spec.js similarity index 100% rename from cypress/integration/notificationsFlows/followUserFromNotifications.spec.js rename to cypress/integration/seededFlows/notificationsFlows/followUserFromNotifications.spec.js diff --git a/cypress/integration/profileFlows/followOrganisation.spec.js b/cypress/integration/seededFlows/profileFlows/followOrganisation.spec.js similarity index 100% rename from cypress/integration/profileFlows/followOrganisation.spec.js rename to cypress/integration/seededFlows/profileFlows/followOrganisation.spec.js diff --git a/cypress/integration/searchFlows/followUser.spec.js b/cypress/integration/seededFlows/searchFlows/followUser.spec.js similarity index 100% rename from cypress/integration/searchFlows/followUser.spec.js rename to cypress/integration/seededFlows/searchFlows/followUser.spec.js diff --git a/cypress/integration/tagsFlows/followTag.spec.js b/cypress/integration/seededFlows/tagsFlows/followTag.spec.js similarity index 100% rename from cypress/integration/tagsFlows/followTag.spec.js rename to cypress/integration/seededFlows/tagsFlows/followTag.spec.js