From 726c73dccede19721f558ad5bba8097a598ddbd2 Mon Sep 17 00:00:00 2001 From: jkindly Date: Wed, 10 Jul 2024 09:34:51 +0200 Subject: [PATCH] OP-326: Behat - ContainsContentElementTrait.php adjustment --- tests/Behat/Behaviour/ContainsContentElementTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Behat/Behaviour/ContainsContentElementTrait.php b/tests/Behat/Behaviour/ContainsContentElementTrait.php index 65cd9297..19726f05 100644 --- a/tests/Behat/Behaviour/ContainsContentElementTrait.php +++ b/tests/Behat/Behaviour/ContainsContentElementTrait.php @@ -22,7 +22,7 @@ public function containsContentElement(string $contentElement): bool 'Single media', 'Multiple media', 'Products carousel', - 'Products carousel by taxon', + 'Products carousel by Taxon', 'Taxons list' => true, default => false, };