Skip to content

Commit

Permalink
Merge branch 'whisper_deploy' of github.com:OSLL/web_speech_trainer i…
Browse files Browse the repository at this point in the history
…nto whisper_deploy
  • Loading branch information
arhihihipov committed Mar 30, 2024
2 parents 5be8e9c + 25f5068 commit 90684a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/selenium/test_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_basic_training():
step_count = 20
step = 10
for _ in range(step_count):
driver.navigate.refresh()
driver.navigate().refresh()
try:
feedback_element = WebDriverWait(driver, step).until(EC.presence_of_element_located((By.ID, 'feedback')))
if feedback_element.text.startswith('Оценка за тренировку'):
Expand Down

0 comments on commit 90684a6

Please sign in to comment.