Skip to content

Commit

Permalink
Behat change revert
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed Nov 25, 2024
1 parent 047eaf6 commit 6308826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Behat/Component/UniversalDiscoveryWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ protected function specifyLocators(): array
new CSSLocator('confirmButton', '.c-actions-menu__confirm-btn'),
new CSSLocator('cancelButton', '.c-top-menu__cancel-btn'),
new CSSLocator('mainWindow', '.m-ud'),
new CSSLocator('selectedLocationsTab', '.c-selected-locations-panel'),
new CSSLocator('selectedLocationsTab', '.c-selected-locations'),
new CSSLocator('categoryTabSelector', '.c-tab-selector__item'),
new CSSLocator('selectedTab', '.c-tab-selector__item--selected'),
new VisibleCSSLocator('contentIframe', '.c-content-edit__iframe, .m-content-create__iframe'),
Expand Down

0 comments on commit 6308826

Please sign in to comment.