TimelineQueueButtonHeader: update snapshots

This commit is contained in:
Alex Gleason 2021-10-08 14:53:21 -05:00
parent 38b41ced76
commit 75a496c806
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -25,7 +25,7 @@ exports[`<TimelineQueueButtonHeader /> renders correctly 1`] = `
exports[`<TimelineQueueButtonHeader /> renders correctly 2`] = `
<div
className="timeline-queue-header"
className="timeline-queue-header hidden"
>
<a
className="timeline-queue-header__btn"
@ -42,14 +42,18 @@ exports[`<TimelineQueueButtonHeader /> renders correctly 2`] = `
}
/>
</div>
Click to see 1 new post
<div
className="timeline-queue-header__label"
>
Click to see 1 new post
</div>
</a>
</div>
`;
exports[`<TimelineQueueButtonHeader /> renders correctly 3`] = `
<div
className="timeline-queue-header"
className="timeline-queue-header hidden"
>
<a
className="timeline-queue-header__btn"
@ -66,7 +70,11 @@ exports[`<TimelineQueueButtonHeader /> renders correctly 3`] = `
}
/>
</div>
Click to see 9999999 new posts
<div
className="timeline-queue-header__label"
>
Click to see 9999999 new posts
</div>
</a>
</div>
`;