Skip to content

Commit

Permalink
fix: snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
BilelJegham committed Jul 23, 2021
1 parent ae7fe21 commit de32238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`SearchBox.vue test search Input 1`] = `
<div class="search-box">
<h2>0 place visited</h2>
<h2>0 visited place</h2>
<div class="search-box__search-bar">
<v-combobox-stub dark="true" errorcount="1" errormessages="" messages="" rules="" successmessages="" value="" appendicon="mdi-magnify" backgroundcolor="secondary" height="50" id="search-input" loaderheight="2" autofocus="true" clearicon="$clear" fullwidth="true" placeholder="Enter city, state or country" rounded="true" type="text" valuecomparator="function deepEqual(a, b) {
if (a === b) return true;
Expand Down

0 comments on commit de32238

Please sign in to comment.