[PATCH 2/4] toaster/test: bug-fix An element matching "#lastest_builds" should be on the page
Alassane Yattara <[email protected]> Fri, 29 Dec 2023 16:11:01 +0100
| Newsgroups | org.yoctoproject.lists.toaster |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Alassane Yattara <[email protected]> --- lib/toaster/tests/functional/test_project_page_tab_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =3D 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 fail= ed') lastest_builds =3D self.driver.find_elements( By.XPATH, --=20 2.34.1