Skip to content

Commit ded6a6f

Browse files
committed
test: adjust search bars test id names
1 parent 0c919c1 commit ded6a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)