@@ -17,102 +17,78 @@ exports[`<ProtectedRoute /> should render and match the snapshot 1`] = `
1717 </p >
1818 </div >
1919 <div
20- class = " ant-card ant-card-bordered HomeContainer__CustomCard-l0s8pp-0 liNnZz css-dev-only-do-not-override-k83k30 "
20+ class = " MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 MuiCard-root HomeContainer__CustomCard-l0s8pp-0 bhbYIx css-bhp9pd-MuiPaper-root-MuiCard-root "
2121 maxwidth = " 500"
22+ title = " Repository Search"
2223 >
24+ <p
25+ class = " T__StyledText-gjlic1-0 gGweRc"
26+ data-testid = " t"
27+ >
28+ Get details of repositories
29+ </p >
2330 <div
24- class = " ant-card-head "
31+ class = " MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-adornedEnd HomeContainer__StyledOutlinedInput-l0s8pp-4 huJjiR css-154xyx0-MuiInputBase-root-MuiOutlinedInput-root "
2532 >
33+ <input
34+ class = " MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputAdornedEnd css-nxo287-MuiInputBase-input-MuiOutlinedInput-input"
35+ data-testid = " search-bar"
36+ type = " text"
37+ value = " "
38+ />
2639 <div
27- class = " ant-card-head-wrapper "
40+ class = " MuiInputAdornment-root MuiInputAdornment-positionEnd css-1laqsz7-MuiInputAdornment-root "
2841 >
29- <div
30- class = " ant-card-head-title"
42+ <button
43+ aria-label = " search repos"
44+ class = " MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeMedium css-78trlr-MuiButtonBase-root-MuiIconButton-root"
45+ data-testid = " search-icon"
46+ tabindex = " 0"
47+ type = " button"
3148 >
32- Repository Search
33- </div >
49+ <svg
50+ aria-hidden = " true"
51+ class = " MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
52+ data-testid = " SearchIcon"
53+ focusable = " false"
54+ viewBox = " 0 0 24 24"
55+ >
56+ <path
57+ d = " M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
58+ />
59+ </svg >
60+ <span
61+ class = " MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
62+ />
63+ </button >
3464 </div >
35- </div >
36- <div
37- class = " ant-card-body"
38- >
39- <p
40- class = " T__StyledText-gjlic1-0 gGweRc"
41- data-testid = " t"
65+ <fieldset
66+ aria-hidden = " true"
67+ class = " MuiOutlinedInput-notchedOutline css-1d3z3hw-MuiOutlinedInput-notchedOutline"
4268 >
43- Get details of repositories
44- </p >
45- <span
46- class = " ant-input-group-wrapper ant-input-search css-dev-only-do-not-override-k83k30"
47- >
48- <span
49- class = " ant-input-wrapper ant-input-group css-dev-only-do-not-override-k83k30"
69+ <legend
70+ class = " css-ihdtdm"
5071 >
51- <input
52- class = " ant-input css-dev-only-do-not-override-k83k30"
53- data-testid = " search-bar"
54- type = " text"
55- value = " "
56- />
5772 <span
58- class = " ant-input-group-addon "
73+ class = " notranslate "
5974 >
60- <button
61- class = " ant-btn css-dev-only-do-not-override-k83k30 ant-btn-default ant-btn-icon-only ant-input-search-button"
62- type = " button"
63- >
64- <span
65- aria-label = " search"
66- class = " anticon anticon-search"
67- role = " img"
68- >
69- <svg
70- aria-hidden = " true"
71- data-icon = " search"
72- fill = " currentColor"
73- focusable = " false"
74- height = " 1em"
75- viewBox = " 64 64 896 896"
76- width = " 1em"
77- >
78- <path
79- d = " M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"
80- />
81- </svg >
82- </span >
83- </button >
75+
8476 </span >
85- </span >
86- </span >
77+ </legend >
78+ </fieldset >
8779 </div >
8880 </div >
8981 <div
90- class = " ant-card ant-card-bordered HomeContainer__CustomCard-l0s8pp-0 fCikHd css-dev-only-do-not-override-k83k30 "
82+ class = " MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 MuiCard-root HomeContainer__CustomCard-l0s8pp-0 dqPlQv css-bhp9pd-MuiPaper-root-MuiCard-root "
9183 color = " grey"
84+ title = " Repository List"
9285 >
93- <div
94- class = " ant-card-head"
95- >
96- <div
97- class = " ant-card-head-wrapper"
98- >
99- <div
100- class = " ant-card-head-title"
101- >
102- Repository List
103- </div >
104- </div >
105- </div >
106- <div
107- class = " ant-card-body"
86+ <p
87+ class = " T__StyledText-gjlic1-0 jOByUY"
88+ data-testid = " default-message"
10889 >
109- <p
110- class = " T__StyledText-gjlic1-0 jOByUY"
111- data-testid = " default-message"
112- >
113- Search for a repository by entering it's name in the search box
114- </p >
115- </div >
90+ Search for a repository by entering it's name in the search box
91+ </p >
11692 </div >
11793 </div >
11894 </div >
0 commit comments