summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/tests/functional/test_project_page_tab_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/tests/functional/test_project_page_tab_config.py')
-rw-r--r--bitbake/lib/toaster/tests/functional/test_project_page_tab_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/tests/functional/test_project_page_tab_config.py b/bitbake/lib/toaster/tests/functional/test_project_page_tab_config.py
index 03b0a854d4..eb905ddf3f 100644
--- a/bitbake/lib/toaster/tests/functional/test_project_page_tab_config.py
+++ b/bitbake/lib/toaster/tests/functional/test_project_page_tab_config.py
@@ -253,7 +253,7 @@ class TestProjectConfigTab(SeleniumFunctionalTestCase):
253 def test_show_rows(row_to_show, show_row_link): 253 def test_show_rows(row_to_show, show_row_link):
254 # Check that we can show rows == row_to_show 254 # Check that we can show rows == row_to_show
255 show_row_link.select_by_value(str(row_to_show)) 255 show_row_link.select_by_value(str(row_to_show))
256 self.wait_until_visible('#imagerecipestable tbody tr') 256 self.wait_until_visible('#imagerecipestable tbody tr', poll=3)
257 # check at least some rows are visible 257 # check at least some rows are visible
258 self.assertTrue( 258 self.assertTrue(
259 len(self.find_all('#imagerecipestable tbody tr')) > 0 259 len(self.find_all('#imagerecipestable tbody tr')) > 0