Skip to content

Commit

Permalink
[Behat] IBX-7409: Adjusted behat step (#104)
Browse files Browse the repository at this point in the history
* IBX-7409: Adjusted behat step

* Removed upper case step description

* Adjusted content preview step
  • Loading branch information
tomaszszopinski authored Jan 15, 2024
1 parent 21bb779 commit b8336f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/API/Context/ContentTypeContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Browser/Context/ContentPreviewContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit b8336f6

Please sign in to comment.