remove feed url from publisher dashboard
This commit is contained in:
parent
e4a5246ab3
commit
2147d9c999
3 changed files with 27 additions and 11 deletions
|
|
@ -1149,7 +1149,8 @@ def test_render_publisher_shows_published_feeds_with_publisher_actions(
|
|||
|
||||
assert body.count("Published feeds") == 1
|
||||
assert "Publisher source" in body
|
||||
assert 'href="/feeds/publisher-source/feed.rss"' in body
|
||||
assert "Feed URL" not in body
|
||||
assert 'href="/feeds/publisher-source/feed.rss"' not in body
|
||||
assert "Available" in body
|
||||
assert "Next run" in body
|
||||
assert "Disk usage" not in body
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue