Skip to content

Commit

Permalink
[Behat] Fix for create and edit company form (#812)
Browse files Browse the repository at this point in the history
Co-authored-by: Bogdan Mazur <bogdanmazur@ez.no>
  • Loading branch information
bogusez and Bogdan Mazur authored Jun 16, 2023
1 parent 5726e62 commit b6e5792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Behat/Component/Fields/ContentRelationSingle.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ContentRelationSingle extends FieldTypeComponent
public function specifyLocators(): array
{
return [
new VisibleCSSLocator('selectContent', '.ibexa-relations__cta-btn-label'),
new VisibleCSSLocator('selectContent', '.ibexa-relations__cta-btn'),
new VisibleCSSLocator('buttonRemove', '.ibexa-relations__table-action--remove-item'),
new VisibleCSSLocator('relationRow', '.ibexa-relations__list tr'),
new VisibleCSSLocator('columnHeader', 'tr:not(.ibexa-relations__table-header) th'),
Expand Down

0 comments on commit b6e5792

Please # to comment.