Skip to content

Commit

Permalink
test: refresh driver
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Jul 26, 2024
1 parent 576883f commit 494734a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fiduswriter/book/tests/test_book.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def test_books(self):
self.driver.find_element(
By.XPATH, '//*[normalize-space()="Books"]'
).click()
self.driver.refresh()
# Login as user 1 again.
self.login_user(self.user, self.driver, self.client)
self.driver.refresh()
Expand Down

0 comments on commit 494734a

Please sign in to comment.