From 3e6d3817da5443db303b1481e4ce1f441ff3d379 Mon Sep 17 00:00:00 2001 From: Alassane Yattara Date: Fri, 29 Dec 2023 16:10:22 +0100 Subject: [PATCH] bitbake: toaster/tests: bug-fix An element matching "#lastest_builds" should be on the page (Bitbake rev: 5bcba4596cd9f4f54c7ae7ebd9322897c2f829cd) Signed-off-by: Alassane Yattara Signed-off-by: Richard Purdie --- .../toaster/tests/functional/test_project_page_tab_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4dbf5aeba4..ee1f5c4bb8 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 @@ -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,