Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Behat] IBX-7409: Adjusted behat step #104

Merged
merged 3 commits into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading