Fix test description in hashtag_bar (#30827)
This commit is contained in:
parent
aa88aca0ad
commit
a609940ec9
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ describe('computeHashtagBarForStatus', () => {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('puts the hashtags in the bar if a status content has hashtags in the only line and has a media', () => {
|
it('does not put the hashtags in the bar if a status content has hashtags in the only line and has a media', () => {
|
||||||
const status = createStatus(
|
const status = createStatus(
|
||||||
'<p>This is my content! <a href="test">#hashtag</a></p>',
|
'<p>This is my content! <a href="test">#hashtag</a></p>',
|
||||||
['hashtag'],
|
['hashtag'],
|
||||||
|
|
Loading…
Reference in a new issue