Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Sep 12, 2024
1 parent 60c010c commit 5812e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiduswriter/book/tests/test_book.py
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ def test_sanity_check(self):
).click()
self.driver.find_element(By.ID, "add-chapter").click()
self.driver.find_element(
By.CSS_SELECTOR, 'a[href="#optionTab5"]'
By.CSS_SELECTOR, 'a[href="#optionTab6"]'
).click()
self.driver.find_element(
By.CSS_SELECTOR, "#perform-sanity-check-button"
Expand Down

0 comments on commit 5812e97

Please sign in to comment.