From 7bb8a8fee2dd189645fd89a087ab09adc8206fb3 Mon Sep 17 00:00:00 2001 From: Karolina Rakoczy Date: Thu, 11 Feb 2021 16:55:30 +0100 Subject: [PATCH] Fix regex in orders --- cypress/support/index.js | 2 +- cypress/support/{softAsserations => softAssertions}/index.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cypress/support/{softAsserations => softAssertions}/index.js (100%) diff --git a/cypress/support/index.js b/cypress/support/index.js index 7a3af9737..98c9d30d8 100644 --- a/cypress/support/index.js +++ b/cypress/support/index.js @@ -1,5 +1,5 @@ import "./user"; -import "./softAsserations"; +import "./softAssertions"; import { urlList } from "../url/urlList"; diff --git a/cypress/support/softAsserations/index.js b/cypress/support/softAssertions/index.js similarity index 100% rename from cypress/support/softAsserations/index.js rename to cypress/support/softAssertions/index.js