Update test_add_person.py
Browse files- 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", "
|
| 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
|