Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 7, 2023
1 parent 849a4c7 commit acad3d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cl/search/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,9 @@ def test_basic_homepage_search_and_signin_and_signout(self) -> None:
self.assertIsNone(dropdown_menu.get_attribute("display"))
profile_dropdown.click()

sign_out = get_with_wait(wait, (By.XPATH, "//button[contains(text(), 'Sign out')]"))
sign_out = get_with_wait(
wait, (By.XPATH, "//button[contains(text(), 'Sign out')]")
)
sign_out.click()

# She receives a sign out confirmation with links back to the homepage,
Expand Down

0 comments on commit acad3d2

Please sign in to comment.