Skip to content

Commit d5beba4

Browse files
committed
Add autocomplete component
1 parent a0a7da3 commit d5beba4

File tree

11 files changed

+2890
-2823
lines changed

11 files changed

+2890
-2823
lines changed

src/__tests__/CompareResults/__snapshots__/ResultsTable.test.tsx.snap

Lines changed: 151 additions & 71 deletions
Large diffs are not rendered by default.

src/__tests__/CompareResults/__snapshots__/ResultsView.test.tsx.snap

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`Results View Should display Base, New and Common graphs with replicates
44
<section
55
aria-label="Revision Row Details"
66
class="MuiBox-root css-13s8wtg"
7-
id="«r6d»"
7+
id="«r6t»"
88
>
99
<div
1010
class="MuiStack-root css-1714cpj-MuiStack-root"
@@ -313,7 +313,7 @@ exports[`Results View Should display Base, New and Common graphs with tooltips 1
313313
<section
314314
aria-label="Revision Row Details"
315315
class="MuiBox-root css-13s8wtg"
316-
id="«r52»"
316+
id="«r5e»"
317317
>
318318
<div
319319
class="MuiStack-root css-1714cpj-MuiStack-root"
@@ -735,7 +735,7 @@ exports[`Results View The table should match snapshot and other elements should
735735
aria-invalid="false"
736736
aria-label="Search by title, platform, revision or options"
737737
class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputSizeSmall MuiInputBase-inputAdornedStart MuiInputBase-inputAdornedEnd css-3v3un6-MuiInputBase-input-MuiOutlinedInput-input"
738-
id="«rg»"
738+
id="«rk»"
739739
placeholder="Filter results"
740740
type="search"
741741
value=""
@@ -1452,7 +1452,7 @@ exports[`Results View The table should match snapshot and other elements should
14521452
data-testid="expand-revision-button"
14531453
>
14541454
<button
1455-
aria-controls="«r12»"
1455+
aria-controls="«r16»"
14561456
aria-expanded="false"
14571457
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorPrimary MuiIconButton-sizeSmall css-1pgb59k-MuiButtonBase-root-MuiIconButton-root"
14581458
tabindex="0"
@@ -1667,7 +1667,7 @@ exports[`Results View The table should match snapshot and other elements should
16671667
data-testid="expand-revision-button"
16681668
>
16691669
<button
1670-
aria-controls="«r19»"
1670+
aria-controls="«r1d»"
16711671
aria-expanded="false"
16721672
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorPrimary MuiIconButton-sizeSmall css-1pgb59k-MuiButtonBase-root-MuiIconButton-root"
16731673
tabindex="0"
@@ -1860,7 +1860,7 @@ exports[`Results View The table should match snapshot and other elements should
18601860
data-testid="expand-revision-button"
18611861
>
18621862
<button
1863-
aria-controls="«r1g»"
1863+
aria-controls="«r1k»"
18641864
aria-expanded="false"
18651865
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorPrimary MuiIconButton-sizeSmall css-1pgb59k-MuiButtonBase-root-MuiIconButton-root"
18661866
tabindex="0"
@@ -2064,7 +2064,7 @@ exports[`Results View The table should match snapshot and other elements should
20642064
data-testid="expand-revision-button"
20652065
>
20662066
<button
2067-
aria-controls="«r1n»"
2067+
aria-controls="«r1r»"
20682068
aria-expanded="false"
20692069
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorPrimary MuiIconButton-sizeSmall css-1pgb59k-MuiButtonBase-root-MuiIconButton-root"
20702070
tabindex="0"

src/__tests__/CompareResults/__snapshots__/SearchInput.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ exports[`Search by title/test name should filter results after a timeout or imme
3838
aria-invalid="false"
3939
aria-label="Search by title, platform, revision or options"
4040
class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputSizeSmall MuiInputBase-inputAdornedStart MuiInputBase-inputAdornedEnd css-3v3un6-MuiInputBase-input-MuiOutlinedInput-input"
41-
id="«ri»"
41+
id="«rm»"
4242
placeholder="Filter results"
4343
type="search"
4444
value=""

src/__tests__/Search/__snapshots__/CompareOverTime.test.tsx.snap

Lines changed: 145 additions & 1047 deletions
Large diffs are not rendered by default.

src/__tests__/Search/__snapshots__/CompareWithBase.test.tsx.snap

Lines changed: 866 additions & 386 deletions
Large diffs are not rendered by default.

src/__tests__/Search/__snapshots__/SearchContainer.test.tsx.snap

Lines changed: 216 additions & 96 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)