diff --git a/src/lib/Behat/Component/UniversalDiscoveryWidget.php b/src/lib/Behat/Component/UniversalDiscoveryWidget.php index a454522235..28585e6dea 100644 --- a/src/lib/Behat/Component/UniversalDiscoveryWidget.php +++ b/src/lib/Behat/Component/UniversalDiscoveryWidget.php @@ -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'),