Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-corson-ibigroup committed Dec 16, 2024
1 parent 8271f4e commit 50aefa1
Showing 1 changed file with 42 additions and 24 deletions.
66 changes: 42 additions & 24 deletions __tests__/components/viewers/__snapshots__/nearby-view.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -57,38 +57,47 @@ exports[`components > viewers > nearby view renders nothing on a blank page 1`]
title="components.NearbyView.header"
/>
</Connect(PageTitle)>
<h3
<styled.span
as="h3"
style={
Object {
"opacity": 0,
"position": "absolute",
}
}
>
<FormattedMessage
id="components.NearbyView.nearbyListIntro"
values={
<h3
className="sc-jvfqPk gYtyWO"
style={
Object {
"count": 0,
"position": "absolute",
}
}
>
components.NearbyView.nearbyListIntro
</FormattedMessage>
</h3>
<FormattedMessage
id="components.NearbyView.nearbyListIntro"
values={
Object {
"count": 0,
}
}
>
components.NearbyView.nearbyListIntro
</FormattedMessage>
</h3>
</styled.span>
<styled.ol
className="base-color-bg"
style={
Object {
"marginTop": 0,
"marginBottom": 0,
}
}
>
<ol
className="sc-dcwqsv bgYBAJ base-color-bg"
className="sc-dcwqsv gGYuaw base-color-bg"
style={
Object {
"marginTop": 0,
"marginBottom": 0,
}
}
>
Expand Down Expand Up @@ -4091,38 +4100,47 @@ exports[`components > viewers > nearby view renders proper scooter dates 1`] = `
title="components.NearbyView.header"
/>
</Connect(PageTitle)>
<h3
<styled.span
as="h3"
style={
Object {
"opacity": 0,
"position": "absolute",
}
}
>
<FormattedMessage
id="components.NearbyView.nearbyListIntro"
values={
<h3
className="sc-jvfqPk gYtyWO"
style={
Object {
"count": 20,
"position": "absolute",
}
}
>
components.NearbyView.nearbyListIntro
</FormattedMessage>
</h3>
<FormattedMessage
id="components.NearbyView.nearbyListIntro"
values={
Object {
"count": 20,
}
}
>
components.NearbyView.nearbyListIntro
</FormattedMessage>
</h3>
</styled.span>
<styled.ol
className="base-color-bg"
style={
Object {
"marginTop": 0,
"marginBottom": 0,
}
}
>
<ol
className="sc-dcwqsv bgYBAJ base-color-bg"
className="sc-dcwqsv gGYuaw base-color-bg"
style={
Object {
"marginTop": 0,
"marginBottom": 0,
}
}
>
Expand Down

0 comments on commit 50aefa1

Please sign in to comment.