TimelineQueueButtonHeader: update snapshots
This commit is contained in:
parent
38b41ced76
commit
75a496c806
1 changed files with 12 additions and 4 deletions
|
@ -25,7 +25,7 @@ exports[`<TimelineQueueButtonHeader /> renders correctly 1`] = `
|
||||||
|
|
||||||
exports[`<TimelineQueueButtonHeader /> renders correctly 2`] = `
|
exports[`<TimelineQueueButtonHeader /> renders correctly 2`] = `
|
||||||
<div
|
<div
|
||||||
className="timeline-queue-header"
|
className="timeline-queue-header hidden"
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
className="timeline-queue-header__btn"
|
className="timeline-queue-header__btn"
|
||||||
|
@ -42,14 +42,18 @@ exports[`<TimelineQueueButtonHeader /> renders correctly 2`] = `
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
Click to see 1 new post
|
<div
|
||||||
|
className="timeline-queue-header__label"
|
||||||
|
>
|
||||||
|
Click to see 1 new post
|
||||||
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
exports[`<TimelineQueueButtonHeader /> renders correctly 3`] = `
|
exports[`<TimelineQueueButtonHeader /> renders correctly 3`] = `
|
||||||
<div
|
<div
|
||||||
className="timeline-queue-header"
|
className="timeline-queue-header hidden"
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
className="timeline-queue-header__btn"
|
className="timeline-queue-header__btn"
|
||||||
|
@ -66,7 +70,11 @@ exports[`<TimelineQueueButtonHeader /> renders correctly 3`] = `
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
Click to see 9999999 new posts
|
<div
|
||||||
|
className="timeline-queue-header__label"
|
||||||
|
>
|
||||||
|
Click to see 9999999 new posts
|
||||||
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Reference in a new issue