feat(admin): E2E content/system mock-сьюты, row testids, IFT smoke. Refs EventHub/EventHubFrontAdmin#33 #37 #38 #39
This commit is contained in:
@@ -286,12 +286,14 @@ const CalendarListPage: React.FC = () => {
|
||||
return (
|
||||
<>
|
||||
<ExploreListShell
|
||||
data-testid="page-calendars"
|
||||
title={t('calendars.title')}
|
||||
stats={exploreStats}
|
||||
viewMode={viewMode}
|
||||
onViewModeChange={setViewMode}
|
||||
toolbar={
|
||||
<ExploreSearch
|
||||
data-testid="filter-calendars-search"
|
||||
value={searchDraft}
|
||||
onChange={setSearchDraft}
|
||||
onSubmit={applySearch}
|
||||
|
||||
Reference in New Issue
Block a user