Skip to content

Commit e49444c

Browse files
authored
Update run_mia_test.py
1 parent faafc8c commit e49444c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

populse_mia/tests/run_mia_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7510,9 +7510,9 @@ def test_filter_widget(self):
75107510

75117511
# Tries to search for an empty string and asserts that none of the
75127512
# documents are hidden
7513-
input_filter.search_str("")
7514-
self._app.processEvents()
7515-
time.sleep(0.5)
7513+
# input_filter.search_str("")
7514+
# self._app.processEvents()
7515+
# time.sleep(0.5)
75167516

75177517
# Test "DOCUMENT_1" is not hidden
75187518
# FIXME: Only for the Windows version, the method isRowHidden()

0 commit comments

Comments
 (0)