Skip to content

Commit

Permalink
Add comment about temporary time.sleep() in Explore Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayima Okeeva committed Dec 9, 2024
1 parent 792e2bb commit 0612bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_explore_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ def test_explore_page(self, setup, login, logger):
logger.info(f"Found the switch count/density button")
current_state = count_switch_button.get_attribute('aria-checked')
logger.info(f"Current state of the total count switch: {current_state}")

# Temporarily adding time.sleep()
time.sleep(2)
if current_state == "false":
count_switch_button.click()
Expand Down

0 comments on commit 0612bb4

Please sign in to comment.