Skip to content

Commit f33695a

Browse files
committed
test: adjust search bars test id names
1 parent 89b89d0 commit f33695a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/src/routes/_app/datahub/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ const RouteComponent = () => {
174174
<div className="mb-3 flex flex-col justify-between gap-3 lg:flex-row">
175175
<SearchBar
176176
className="[&>input]:text-foreground [&>input]:placeholder-foreground grow"
177-
data-testid="datahub-subject-lookup-search"
178-
id="subject-lookup-search-bar"
177+
data-testid="datahub-subject-search-bar"
178+
id="datahub-subject-search-bar"
179179
placeholder={t({
180180
en: 'Click to Search',
181181
fr: 'Cliquer pour rechercher'

0 commit comments

Comments
 (0)