Skip to content

Commit

Permalink
fix scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
TawneeOwl committed Jan 8, 2025
1 parent 79b2772 commit a7c54bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions behave/features/steps/frontend_assignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ def wait_until_finance_is_complete(*args):
"""
)

context.helperfunc.scroll_to_top()
wait = WebDriverWait(context.helperfunc.driver(), 10)
wait.until(wait_until_finance_is_complete)
context.helperfunc.find_by_partial_link_text("Diversity").click()
Expand Down

0 comments on commit a7c54bc

Please sign in to comment.