Skip to content

Commit

Permalink
OP-326: Behat - ContainsContentElementTrait.php adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
jkindly committed Jul 10, 2024
1 parent b70602e commit fca3d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Behat/Behaviour/ContainsContentElementTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function containsContentElement(string $contentElement): bool
}

return $isAutocompleteField
? $contentElements->has('css', '[data-autocomplete]')
? $contentElements->has('css', 'input.search')
: $contentElements->hasField($contentElement);
}
}

0 comments on commit fca3d72

Please sign in to comment.