Spaces:
Running
Running
rmm
commited on
Commit
·
32091bb
1
Parent(s):
fc21199
test: test_two_input_files_realdata passing with all 4 input widgets
Browse files
tests/test_demo_input_sidebar.py
CHANGED
@@ -264,8 +264,8 @@ def test_two_input_files_realdata(mock_file_rv: MagicMock, mock_uploadedFile_Lis
|
|
264 |
# check that each of the 4 inputs is present
|
265 |
assert at.sidebar.text_input(key=f"input_latitude_anchor_{hash}") is not None
|
266 |
assert at.sidebar.text_input(key=f"input_longitude_anchor_{hash}") is not None
|
267 |
-
assert at.sidebar.date_input(key=f"
|
268 |
-
assert at.sidebar.time_input(key=f"
|
269 |
|
270 |
if 'demo_input_sidebar' in SCRIPT_UNDER_TEST:
|
271 |
verify_metadata_in_demo_display(at, num_files)
|
|
|
264 |
# check that each of the 4 inputs is present
|
265 |
assert at.sidebar.text_input(key=f"input_latitude_anchor_{hash}") is not None
|
266 |
assert at.sidebar.text_input(key=f"input_longitude_anchor_{hash}") is not None
|
267 |
+
assert at.sidebar.date_input(key=f"input_date_anchor_{hash}") is not None
|
268 |
+
assert at.sidebar.time_input(key=f"input_time_anchor_{hash}") is not None
|
269 |
|
270 |
if 'demo_input_sidebar' in SCRIPT_UNDER_TEST:
|
271 |
verify_metadata_in_demo_display(at, num_files)
|