Skip to content

Commit

Permalink
update transtlation test_quiz4.py
Browse files Browse the repository at this point in the history
translated some functions and variables names
  • Loading branch information
ivannrnt authored May 20, 2024
1 parent 37d5ebd commit 135ce0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_quiz4.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_quiz4_en(page):
page.goto("quiz/Quiz4_en.html")

# Do the exercise
page.click("text=def valores_extremos(numeros):")
page.click("text=def extreme_values(numbers):")
page.keyboard.press("ArrowDown")
page.keyboard.press("Tab")
page.keyboard.type("return (max(numeros), min(numeros))")
Expand Down

0 comments on commit 135ce0f

Please sign in to comment.