Skip to content

Commit

Permalink
feat: Remove speed control interactions in default page interactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nickderobertis committed Jun 20, 2022
1 parent 4f7717f commit e0f95af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions terminhtml_recorder/recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ def from_page(cls, page: Page) -> "PageLocators":


def default_page_interactor(page_locators: PageLocators) -> None:
time.sleep(1)
page_locators.speed_up.click()
time.sleep(1)
page_locators.speed_up.click()
time.sleep(0.5)
page_locators.speed_down.click()
page_locators.restart.wait_for()


Expand Down

0 comments on commit e0f95af

Please sign in to comment.