TimelineQueueButtonHeader: fix tests

This commit is contained in:
Alex Gleason 2021-09-27 19:17:52 -05:00
parent cbb033e866
commit 161b59431f
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 35 additions and 1 deletions

Binary file not shown.

View file

@ -7,8 +7,20 @@ exports[`<TimelineQueueButtonHeader /> renders correctly 1`] = `
<a <a
className="timeline-queue-header__btn" className="timeline-queue-header__btn"
onClick={[Function]} onClick={[Function]}
>
<div
className="svg-icon"
>
<svg
id={
Object {
"process": [Function],
}
}
/> />
</div> </div>
</a>
</div>
`; `;
exports[`<TimelineQueueButtonHeader /> renders correctly 2`] = ` exports[`<TimelineQueueButtonHeader /> renders correctly 2`] = `
@ -19,6 +31,17 @@ exports[`<TimelineQueueButtonHeader /> renders correctly 2`] = `
className="timeline-queue-header__btn" className="timeline-queue-header__btn"
onClick={[Function]} onClick={[Function]}
> >
<div
className="svg-icon"
>
<svg
id={
Object {
"process": [Function],
}
}
/>
</div>
Click to see 1 new post Click to see 1 new post
</a> </a>
</div> </div>
@ -32,6 +55,17 @@ exports[`<TimelineQueueButtonHeader /> renders correctly 3`] = `
className="timeline-queue-header__btn" className="timeline-queue-header__btn"
onClick={[Function]} onClick={[Function]}
> >
<div
className="svg-icon"
>
<svg
id={
Object {
"process": [Function],
}
}
/>
</div>
Click to see 9999999 new posts Click to see 9999999 new posts
</a> </a>
</div> </div>