diff mbox series

[2/4] toaster/test: bug-fix An element matching "#lastest_builds" should be on the page

Message ID 20231229151024.43476-2-alassane.yattara@savoirfairelinux.com
State New
Headers show
Series [1/4] toaster/test: bug-fix An element matching "#projectstable" should be visible | expand

Commit Message

Alassane Yattara Dec. 29, 2023, 3:10 p.m. UTC
Signed-off-by: Alassane Yattara <alassane.yattara@savoirfairelinux.com>
---
 lib/toaster/tests/functional/test_project_page_tab_config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/lib/toaster/tests/functional/test_project_page_tab_config.py b/lib/toaster/tests/functional/test_project_page_tab_config.py
index 4dbf5aeb..ee1f5c4b 100644
--- a/lib/toaster/tests/functional/test_project_page_tab_config.py
+++ b/lib/toaster/tests/functional/test_project_page_tab_config.py
@@ -376,7 +376,7 @@  class TestProjectConfigTab(SeleniumFunctionalTestCase):
             checkbox.click()
             build_btn = self.find('#freq-build-btn')
             build_btn.click()
-            self.wait_until_present('#latest-builds')
+            self.wait_until_visible('#latest-builds')
             wait_until_build(self, 'queued cloning starting parsing failed')
             lastest_builds = self.driver.find_elements(
                 By.XPATH,