From ad59fb2dfec528fa961e4956e7dfe858d78d9be9 Mon Sep 17 00:00:00 2001 From: tomaszszopinski Date: Mon, 8 Jan 2024 14:55:24 +0100 Subject: [PATCH 1/3] IBX-7409: Adjusted behat step --- src/lib/API/Context/ContentTypeContext.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/API/Context/ContentTypeContext.php b/src/lib/API/Context/ContentTypeContext.php index a2730f14..ed1cb788 100644 --- a/src/lib/API/Context/ContentTypeContext.php +++ b/src/lib/API/Context/ContentTypeContext.php @@ -25,6 +25,7 @@ public function __construct(ContentTypeFacade $contentTypeFacade) /** * @Given I create a :contentTypeName Content Type in :contentTypeGroupName with :contentTypeIdentifier identifier + * @Given I create a :contentTypeName content type in :contentTypeGroupName with :contentTypeIdentifier identifier * * @param mixed $contentTypeName * @param mixed $contentTypeGroupName From e04a76690ccfb672b8706b05f8cf38d3509bcfdf Mon Sep 17 00:00:00 2001 From: tomaszszopinski Date: Mon, 8 Jan 2024 15:17:52 +0100 Subject: [PATCH 2/3] Removed upper case step description --- src/lib/API/Context/ContentTypeContext.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/API/Context/ContentTypeContext.php b/src/lib/API/Context/ContentTypeContext.php index ed1cb788..e86f1f91 100644 --- a/src/lib/API/Context/ContentTypeContext.php +++ b/src/lib/API/Context/ContentTypeContext.php @@ -24,7 +24,6 @@ public function __construct(ContentTypeFacade $contentTypeFacade) } /** - * @Given I create a :contentTypeName Content Type in :contentTypeGroupName with :contentTypeIdentifier identifier * @Given I create a :contentTypeName content type in :contentTypeGroupName with :contentTypeIdentifier identifier * * @param mixed $contentTypeName From d7f81ba5354ef0483f989079764b342ccb472dcb Mon Sep 17 00:00:00 2001 From: tomaszszopinski Date: Wed, 10 Jan 2024 08:54:52 +0100 Subject: [PATCH 3/3] Adjusted content preview step --- src/lib/Browser/Context/ContentPreviewContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Browser/Context/ContentPreviewContext.php b/src/lib/Browser/Context/ContentPreviewContext.php index 7c3d9b57..67f47585 100644 --- a/src/lib/Browser/Context/ContentPreviewContext.php +++ b/src/lib/Browser/Context/ContentPreviewContext.php @@ -23,7 +23,7 @@ public function __construct(PagePreviewRegistry $pagePreviewRegistry) } /** - * @Given I see correct preview data for :contentTypeName Content Type + * @Given I see correct preview data for :contentTypeName content type */ public function iSeeCorrectPreviewDataFor(string $contentType, TableNode $previewData): void {