Skip to content

Commit

Permalink
Address F541.
Browse files Browse the repository at this point in the history
  • Loading branch information
markpbaggett committed May 29, 2024
1 parent 2c6c449 commit 989eb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utk_exodus/review/review.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(
)

def sign_in_to_hyku(self, username, password):
print(f'\nSigning in to Hyku\n')
print('\nSigning in to Hyku\n')
self.s.driver.ensure_element_by_xpath("//input[@id='user_email']").send_keys(username, Keys.ENTER)
self.s.driver.ensure_element_by_xpath("//input[@id='user_password']").send_keys(password, Keys.ENTER)
return
Expand Down

0 comments on commit 989eb04

Please sign in to comment.