Skip to content

Commit 25412d0

Browse files
committed
Add autocomplete component
1 parent cd19ffe commit 25412d0

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="_r_af_"
7+
id="_r_b7_"
88
>
99
<div
1010
class="MuiStack-root css-1714cpj-MuiStack-root"
@@ -305,7 +305,7 @@ exports[`Results View Should display Base, New and Common graphs with tooltips 1
305305
<section
306306
aria-label="Revision Row Details"
307307
class="MuiBox-root css-13s8wtg"
308-
id="_r_93_"
308+
id="_r_9n_"
309309
>
310310
<div
311311
class="MuiStack-root css-1714cpj-MuiStack-root"
@@ -719,7 +719,7 @@ exports[`Results View The table should match snapshot and other elements should
719719
aria-invalid="false"
720720
aria-label="Search by title, platform, revision or options"
721721
class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputSizeSmall MuiInputBase-inputAdornedStart MuiInputBase-inputAdornedEnd css-3v3un6-MuiInputBase-input-MuiOutlinedInput-input"
722-
id="_r_g_"
722+
id="_r_k_"
723723
placeholder="Filter results"
724724
type="search"
725725
value=""
@@ -1495,7 +1495,7 @@ exports[`Results View The table should match snapshot and other elements should
14951495
data-testid="expand-revision-button"
14961496
>
14971497
<button
1498-
aria-controls="_r_13_"
1498+
aria-controls="_r_17_"
14991499
aria-expanded="false"
15001500
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorPrimary MuiIconButton-sizeSmall css-1pgb59k-MuiButtonBase-root-MuiIconButton-root"
15011501
tabindex="0"
@@ -1710,7 +1710,7 @@ exports[`Results View The table should match snapshot and other elements should
17101710
data-testid="expand-revision-button"
17111711
>
17121712
<button
1713-
aria-controls="_r_1a_"
1713+
aria-controls="_r_1e_"
17141714
aria-expanded="false"
17151715
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorPrimary MuiIconButton-sizeSmall css-1pgb59k-MuiButtonBase-root-MuiIconButton-root"
17161716
tabindex="0"
@@ -1903,7 +1903,7 @@ exports[`Results View The table should match snapshot and other elements should
19031903
data-testid="expand-revision-button"
19041904
>
19051905
<button
1906-
aria-controls="_r_1h_"
1906+
aria-controls="_r_1l_"
19071907
aria-expanded="false"
19081908
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorPrimary MuiIconButton-sizeSmall css-1pgb59k-MuiButtonBase-root-MuiIconButton-root"
19091909
tabindex="0"
@@ -2107,7 +2107,7 @@ exports[`Results View The table should match snapshot and other elements should
21072107
data-testid="expand-revision-button"
21082108
>
21092109
<button
2110-
aria-controls="_r_1o_"
2110+
aria-controls="_r_1s_"
21112111
aria-expanded="false"
21122112
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorPrimary MuiIconButton-sizeSmall css-1pgb59k-MuiButtonBase-root-MuiIconButton-root"
21132113
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="_r_i_"
41+
id="_r_m_"
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)