Skip to content

Commit

Permalink
WCM-157: remove outdated print metadata page test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinnaj94 committed Nov 6, 2024
1 parent 6dbab84 commit 84f06b6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions core/src/zeit/content/article/edit/browser/tests/test_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ def test_displays_last_published_information(self):


class PageNumberDisplay(zeit.content.article.testing.BrowserTestCase):
def test_no_page_displays_as_not_applicable(self):
b = self.browser
b.open('http://localhost/++skin++vivi/repository' '/online/2007/01/Somalia/@@checkout')
b.open('@@edit.form.print-metadata')
self.assertEllipsis('...Page...n/a...', b.contents)

def test_existing_page_number_is_displayed(self):
article = zeit.cms.interfaces.ICMSContent('http://xml.zeit.de/online/2007/01/Somalia')
with zeit.cms.checkout.helper.checked_out(article) as co:
Expand Down

0 comments on commit 84f06b6

Please sign in to comment.