From 280917c2e70b103872c4495836dc7d1bcc30022a Mon Sep 17 00:00:00 2001 From: Alassane Yattara Date: Fri, 29 Dec 2023 16:10:24 +0100 Subject: bitbake: toaster/tests: Bug-fix "#project-created-notification" should be visible Added more delay between click on create project but and when notification is displayed (Bitbake rev: 5382cc0699eebc1e91675a2a147f8fe7dab23c14) Signed-off-by: Alassane Yattara Signed-off-by: Richard Purdie --- bitbake/lib/toaster/tests/functional/test_create_new_project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/toaster/tests/functional/test_create_new_project.py b/bitbake/lib/toaster/tests/functional/test_create_new_project.py index bbda0cf4e6..9f88010709 100644 --- a/bitbake/lib/toaster/tests/functional/test_create_new_project.py +++ b/bitbake/lib/toaster/tests/functional/test_create_new_project.py @@ -49,7 +49,7 @@ class TestCreateNewProject(SeleniumFunctionalTestCase): self.driver.find_element(By.ID, "create-project-button").click() - element = self.wait_until_visible('#project-created-notification') + element = self.wait_until_visible('#project-created-notification', poll=3) self.assertTrue( self.element_exists('#project-created-notification'), f"Project:{project_name} creation notification not shown" -- cgit v1.2.3-54-g00ecf