RajaThor commited on
Commit
9cf8fb1
·
verified ·
1 Parent(s): 6176be8

Update test_add_person.py

Browse files
Files changed (1) hide show
  1. test_add_person.py +1 -1
test_add_person.py CHANGED
@@ -11,7 +11,7 @@ def test_add_person():
11
 
12
  # Enter name, image path, and Instagram handle
13
  stt.test_input("Enter Name", "John Doe")
14
- stt.test_input("Upload Image", "path_to_image.jpg") # Path to your test image
15
  stt.test_input("Enter Instagram Handle", "johndoe123")
16
 
17
  # Click the "Add Person" button
 
11
 
12
  # Enter name, image path, and Instagram handle
13
  stt.test_input("Enter Name", "John Doe")
14
+ stt.test_input("Upload Image", "random.jpg") # Path to your test image
15
  stt.test_input("Enter Instagram Handle", "johndoe123")
16
 
17
  # Click the "Add Person" button