eyecandy
This commit is contained in:
@@ -493,6 +493,9 @@ def test_public_and_admin_pages_render_html():
|
||||
assert 'postToMastodon(item, mastodonButton)' in feed_script
|
||||
assert 'tag.toLowerCase() === pref.tag.toLowerCase()' in feed_script
|
||||
assert 'return `${date.getFullYear()} ${months[date.getMonth()]} ${date.getDate()} - ${hours}:${minutes}`' in feed_script
|
||||
assert "entryMeta.className = 'entry-meta'" in feed_script
|
||||
assert "meta.className = 'meta'" in feed_script
|
||||
assert "comment.textContent = item.comment || ''" in feed_script
|
||||
assert 'profileLink.href = `/${encodeURIComponent(username)}/`' in feed_script
|
||||
assert 'edit-tag-options' in feed_script
|
||||
assert 'new_tags' in feed_script
|
||||
|
||||
Reference in New Issue
Block a user