From af727a3ae30e2cff3eaf66a017d11e0b7aaf823e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 25 Sep 2019 14:32:42 +0200 Subject: [PATCH] [Behat] Moved AdminUI features --- behat_suites.yml | 10 +++++----- features/{ => standard}/Authentication.feature | 0 features/{ => standard}/ContentCreation.feature | 0 features/{ => standard}/ContentDraft.feature | 0 features/{ => standard}/ContentManagement.feature | 0 features/{ => standard}/ContentType.feature | 0 features/{ => standard}/ContentTypeFields.feature | 0 features/{ => standard}/ContentTypeGroup.feature | 0 features/{ => standard}/Languages.feature | 0 features/{ => standard}/ObjectStates.feature | 0 features/{ => standard}/Roles.feature | 0 features/{ => standard}/Sections.feature | 0 features/{ => standard}/SystemInfo.feature | 0 features/{ => standard}/Trash.feature | 0 14 files changed, 5 insertions(+), 5 deletions(-) rename features/{ => standard}/Authentication.feature (100%) rename features/{ => standard}/ContentCreation.feature (100%) rename features/{ => standard}/ContentDraft.feature (100%) rename features/{ => standard}/ContentManagement.feature (100%) rename features/{ => standard}/ContentType.feature (100%) rename features/{ => standard}/ContentTypeFields.feature (100%) rename features/{ => standard}/ContentTypeGroup.feature (100%) rename features/{ => standard}/Languages.feature (100%) rename features/{ => standard}/ObjectStates.feature (100%) rename features/{ => standard}/Roles.feature (100%) rename features/{ => standard}/Sections.feature (100%) rename features/{ => standard}/SystemInfo.feature (100%) rename features/{ => standard}/Trash.feature (100%) diff --git a/behat_suites.yml b/behat_suites.yml index fdf02ac698..a007b7ae71 100644 --- a/behat_suites.yml +++ b/behat_suites.yml @@ -9,7 +9,7 @@ adminui: suites: adminui: paths: - - '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features' + - '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features/standard' filters: tags: "@common" contexts: @@ -38,7 +38,7 @@ adminui: adminuimodules: paths: - - '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features/ContentTypeFields.feature' + - '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features/standard/ContentTypeFields.feature' filters: tags: "@common" contexts: @@ -56,8 +56,8 @@ adminui: richtext: paths: - - '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features/ContentCreation.feature' - - '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features/ContentDraft.feature' + - '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features/standard/ContentCreation.feature' + - '%paths.base%/vendor/ezsystems/ezplatform-admin-ui/features/standard/ContentDraft.feature' filters: tags: "@common" contexts: @@ -89,4 +89,4 @@ adminui: - EzSystems\EzPlatformAdminUi\Behat\BusinessContext\LeftMenuContext - EzSystems\EzPlatformAdminUi\Behat\BusinessContext\NotificationContext - EzSystems\EzPlatformAdminUi\Behat\BusinessContext\TrashContext - - EzSystems\EzPlatformAdminUi\Behat\BusinessContext\UDWContext \ No newline at end of file + - EzSystems\EzPlatformAdminUi\Behat\BusinessContext\UDWContext diff --git a/features/Authentication.feature b/features/standard/Authentication.feature similarity index 100% rename from features/Authentication.feature rename to features/standard/Authentication.feature diff --git a/features/ContentCreation.feature b/features/standard/ContentCreation.feature similarity index 100% rename from features/ContentCreation.feature rename to features/standard/ContentCreation.feature diff --git a/features/ContentDraft.feature b/features/standard/ContentDraft.feature similarity index 100% rename from features/ContentDraft.feature rename to features/standard/ContentDraft.feature diff --git a/features/ContentManagement.feature b/features/standard/ContentManagement.feature similarity index 100% rename from features/ContentManagement.feature rename to features/standard/ContentManagement.feature diff --git a/features/ContentType.feature b/features/standard/ContentType.feature similarity index 100% rename from features/ContentType.feature rename to features/standard/ContentType.feature diff --git a/features/ContentTypeFields.feature b/features/standard/ContentTypeFields.feature similarity index 100% rename from features/ContentTypeFields.feature rename to features/standard/ContentTypeFields.feature diff --git a/features/ContentTypeGroup.feature b/features/standard/ContentTypeGroup.feature similarity index 100% rename from features/ContentTypeGroup.feature rename to features/standard/ContentTypeGroup.feature diff --git a/features/Languages.feature b/features/standard/Languages.feature similarity index 100% rename from features/Languages.feature rename to features/standard/Languages.feature diff --git a/features/ObjectStates.feature b/features/standard/ObjectStates.feature similarity index 100% rename from features/ObjectStates.feature rename to features/standard/ObjectStates.feature diff --git a/features/Roles.feature b/features/standard/Roles.feature similarity index 100% rename from features/Roles.feature rename to features/standard/Roles.feature diff --git a/features/Sections.feature b/features/standard/Sections.feature similarity index 100% rename from features/Sections.feature rename to features/standard/Sections.feature diff --git a/features/SystemInfo.feature b/features/standard/SystemInfo.feature similarity index 100% rename from features/SystemInfo.feature rename to features/standard/SystemInfo.feature diff --git a/features/Trash.feature b/features/standard/Trash.feature similarity index 100% rename from features/Trash.feature rename to features/standard/Trash.feature