Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Change skip button selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfusedPolarBear committed Nov 11, 2022
1 parent 546bf75 commit 2c3577e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_skip_button(driver, server):

# Find the skip intro button and click it, logging the new video position after the seek is preformed
print(" [+] Clicking skip intro button")
driver.find_element(By.CSS_SELECTOR, "button.btnSkipIntro").click()
driver.find_element(By.CSS_SELECTOR, "div#skipIntro").click()
time.sleep(1)
screenshot(driver, "skip_button_post_skip")
assert_video_playing(driver)
Expand Down

0 comments on commit 2c3577e

Please sign in to comment.