Skip to content

Commit

Permalink
test: update selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Feb 10, 2025
1 parent 659d1d9 commit df20291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fiduswriter/book/tests/test_book.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def test_books(self):
0,
)
self.driver.find_element(
By.CSS_SELECTOR, "button[title='Invite contact']"
By.CSS_SELECTOR, "button[title='Invite contact (Alt-i)']"
).click()
self.driver.find_element(By.ID, "new-contact-user-string").send_keys(
"[email protected]"
Expand All @@ -136,7 +136,7 @@ def test_books(self):
1,
)
self.driver.find_element(
By.CSS_SELECTOR, "button[title='Invite contact']"
By.CSS_SELECTOR, "button[title='Invite contact (Alt-i)']"
).click()
self.driver.find_element(By.ID, "new-contact-user-string").send_keys(
"Yeti3"
Expand Down

0 comments on commit df20291

Please sign in to comment.