@@ -402,23 +402,23 @@ public class ElementCache extends LabKeyPage<ElementCache>.ElementCache
402402 public static class Locators
403403 {
404404 public static final Locator SEARCH_BY_ID_PANEL = Locator .css (".search-by-id-panel" );
405- public static final Locator ANIMAL_ID_TEXTAREA = Locator .css (".animal- id-input " );
406- public static final Locator SEARCH_BY_IDS_BUTTON = Locator .css (".search-button" );
407- public static final Locator SEARCH_BY_IDS_BUTTON_ACTIVE = Locator .css (".search-button. active" );
408- public static final Locator ALL_ANIMALS_BUTTON = Locator .css (".filter- button. all-animals" );
409- public static final Locator ALL_ANIMALS_BUTTON_ACTIVE = Locator .css (".filter- button. all-animals.active" );
410- public static final Locator ALIVE_AT_CENTER_BUTTON = Locator .css (".filter- button. alive-at-center" );
411- public static final Locator ALIVE_AT_CENTER_BUTTON_ACTIVE = Locator .css (".filter- button. alive-at-center.active" );
412- public static final Locator ALIVE_AT_CENTER_BUTTON_ENABLED = Locator .css (".filter- button. alive-at-center:not(:disabled)" );
405+ public static final Locator ANIMAL_ID_TEXTAREA = Locator .css (".search-by- id-panel__input " );
406+ public static final Locator SEARCH_BY_IDS_BUTTON = Locator .css (".search-by-id-panel__search- button" );
407+ public static final Locator SEARCH_BY_IDS_BUTTON_ACTIVE = Locator .css (".search-by-id-panel__search- button-- active" );
408+ public static final Locator ALL_ANIMALS_BUTTON = Locator .css (".search-by-id-panel__filter- button-- all-animals" );
409+ public static final Locator ALL_ANIMALS_BUTTON_ACTIVE = Locator .css (".search-by-id-panel__filter- button-- all-animals.search-by-id-panel__filter-button-- active" );
410+ public static final Locator ALIVE_AT_CENTER_BUTTON = Locator .css (".search-by-id-panel__filter- button-- alive-at-center" );
411+ public static final Locator ALIVE_AT_CENTER_BUTTON_ACTIVE = Locator .css (".search-by-id-panel__filter- button-- alive-at-center.search-by-id-panel__filter-button-- active" );
412+ public static final Locator ALIVE_AT_CENTER_BUTTON_ENABLED = Locator .css (".search-by-id-panel__filter- button-- alive-at-center:not(:disabled)" );
413413 public static final Locator REPORT_TARGET = Locator .css (".tabbed-report-panel .report-target" );
414414 public static final Locator ID_RESOLUTION_FEEDBACK = Locator .css (".id-resolution-feedback" );
415- public static final Locator RESOLVED_SECTION_TITLE = Locator .css (".id-resolution-feedback .section -title. resolved" );
416- public static final Locator NOT_FOUND_SECTION_TITLE = Locator .css (".id-resolution-feedback .section -title. not-found" );
417- public static final Locator RESOLVED_ITEMS = Locator .css (".id-resolution-feedback .section .items .resolved-item " );
418- public static final Locator NOT_FOUND_ITEMS = Locator .css (".id-resolution-feedback .section .items . not-found-item " );
415+ public static final Locator RESOLVED_SECTION_TITLE = Locator .css (".id-resolution-feedback__section -title-- resolved" );
416+ public static final Locator NOT_FOUND_SECTION_TITLE = Locator .css (".id-resolution-feedback__section -title-- not-found" );
417+ public static final Locator RESOLVED_ITEMS = Locator .css (".id-resolution-feedback__item--resolved " );
418+ public static final Locator NOT_FOUND_ITEMS = Locator .css (".id-resolution-feedback__item-- not-found" );
419419 public static final Locator CATEGORY_TAB = Locator .css (".tabbed-report-panel .category-tabs button" );
420420 public static final Locator REPORT_TAB = Locator .css (".tabbed-report-panel .report-tabs button" );
421- public static final Locator VALIDATION_ERROR = Locator .css (".search-by-id-panel .validation -error" );
422- public static final Locator EMPTY_STATE_PLACEHOLDER = Locator .css (".tabbed-report-panel .empty -state-placeholder " );
421+ public static final Locator VALIDATION_ERROR = Locator .css (".search-by-id-panel__validation -error" );
422+ public static final Locator EMPTY_STATE_PLACEHOLDER = Locator .css (".tabbed-report-panel__empty -state" );
423423 }
424424}
0 commit comments