Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo fix #4

Merged
merged 2 commits into from
Aug 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update lt_selenium_playground.py
  • Loading branch information
himanshiLt committed Aug 16, 2022
commit f43e4bab439bc18cee3cc36a761d733c0c0b5c62
5 changes: 0 additions & 5 deletions tests/lt_selenium_playground.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,5 @@ def test_progress_bars(self, driver):
# Click on the Drag & Drop Sliders
drag_drop = driver.find_element(By.XPATH, "//a[.='Drag & Drop Sliders']")
drag_drop.click()

time.sleep(10)

move_slider = driver.find_element(By.CSS_SELECTOR, "[value='20']")
driver.execute_javascript("arguments[0].value = arguments[1];", move_slider, 40);
time.sleep(5)
print("Progress Bar Test Complete")