Skip to content

Commit

Permalink
testing: use seleniumhelper teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Jul 18, 2024
1 parent b5b61e9 commit aa08bb7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fiduswriter/pandoc/tests/test_pandoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ def setUp(self):
username="Yeti", email="yeti@snowman.com", passtext="otter1"
)

def tearDown(self):
self.leave_site(self.driver)

def test_export(self):
self.login_user(self.user, self.driver, self.client)
self.driver.get(self.base_url + "/")
Expand Down

0 comments on commit aa08bb7

Please sign in to comment.