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 <alassane.yattara@savoirfairelinux.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alassane Yattara
2023-12-29 16:10:24 +01:00
committed by Richard Purdie
parent 350300f836
commit 280917c2e7

View File

@@ -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"