Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mike8699 committed Dec 2, 2024
1 parent 6db1c6f commit 580abde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/desmume/test_shop_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ def test_custom_shop_items(island_shop_test_emu: AbstractEmulatorWrapper):
island_shop_test_emu.touch_set_and_release((125, 50)) # Touch the shop keeper
island_shop_test_emu.wait(300)
island_shop_test_emu.touch_set_and_release((125, 50)) # Advance dialog
island_shop_test_emu.wait(200)
island_shop_test_emu.wait(100)
island_shop_test_emu.touch_set_and_release((190, 50)) # Click item to buy
island_shop_test_emu.wait(250)
island_shop_test_emu.wait(150)
island_shop_test_emu.touch_set_and_release((70, 175)) # Click buy button
island_shop_test_emu.wait(300)
island_shop_test_emu.wait(200)

# Make sure the item was able to be purchased, which should be reflected by the rupee count
assert get_current_rupee_count(island_shop_test_emu) < original_rupee_count

0 comments on commit 580abde

Please sign in to comment.