Skip to content

Commit

Permalink
update translation test_quiz3.py
Browse files Browse the repository at this point in the history
translated variables names
  • Loading branch information
ivannrnt authored May 20, 2024
1 parent 5e8ed01 commit 37d5ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_quiz3.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_quiz3_2_en(page):

# Do the exercise
page.click("text=Exercise 2")
page.click("text=def calculate_change(cobro, pago):")
page.click("text=def calculate_change(payment, pay):")
page.keyboard.press("ArrowDown")
page.keyboard.press("Tab")

Expand Down

0 comments on commit 37d5ebd

Please sign in to comment.