[catalog/tests][xs]: update snapshot for testing search page.

This commit is contained in:
anuveyatsu
2021-08-25 13:32:42 +06:00
parent 9543cdf998
commit 46da83048e

View File

@@ -4,17 +4,14 @@ exports[`📸 of Form component with empty 1`] = `
<div> <div>
<form <form
class="items-center" class="items-center"
>
<div
class="flex"
> >
<input <input
aria-label="Search" aria-label="Search"
class="bg-white focus:outline-none focus:shadow-outline border border-gray-300 w-1/2 rounded-lg py-2 px-4 block appearance-none leading-normal" class="inline-block w-1/2 pr-3 py-2 border border-gray-300 rounded-md leading-5 bg-white placeholder-gray-500 focus:outline-none focus:placeholder-gray-400 focus:ring-1 focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
name="search#q" id="search2"
placeholder="Search" name="search"
type="text" placeholder="GDP data..."
value="" type="search"
/> />
<button <button
class="inline-block text-sm px-4 py-3 mx-3 leading-none border rounded text-white bg-black border-black lg:mt-0" class="inline-block text-sm px-4 py-3 mx-3 leading-none border rounded text-white bg-black border-black lg:mt-0"
@@ -22,7 +19,6 @@ exports[`📸 of Form component with empty 1`] = `
> >
Search Search
</button> </button>
</div>
</form> </form>
</div> </div>
`; `;
@@ -31,17 +27,14 @@ exports[`📸 of Form component with query 1`] = `
<div> <div>
<form <form
class="items-center" class="items-center"
>
<div
class="flex"
> >
<input <input
aria-label="Search" aria-label="Search"
class="bg-white focus:outline-none focus:shadow-outline border border-gray-300 w-1/2 rounded-lg py-2 px-4 block appearance-none leading-normal" class="inline-block w-1/2 pr-3 py-2 border border-gray-300 rounded-md leading-5 bg-white placeholder-gray-500 focus:outline-none focus:placeholder-gray-400 focus:ring-1 focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm"
name="search#q" id="search2"
placeholder="Search" name="search"
type="text" placeholder="GDP data..."
value="" type="search"
/> />
<button <button
class="inline-block text-sm px-4 py-3 mx-3 leading-none border rounded text-white bg-black border-black lg:mt-0" class="inline-block text-sm px-4 py-3 mx-3 leading-none border rounded text-white bg-black border-black lg:mt-0"
@@ -49,7 +42,6 @@ exports[`📸 of Form component with query 1`] = `
> >
Search Search
</button> </button>
</div>
</form> </form>
</div> </div>
`; `;