diff options
Diffstat (limited to 'bitbake/lib/toaster/tests/functional/functional_helpers.py')
-rw-r--r-- | bitbake/lib/toaster/tests/functional/functional_helpers.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/tests/functional/functional_helpers.py b/bitbake/lib/toaster/tests/functional/functional_helpers.py index cc508e98d9..a7a3459630 100644 --- a/bitbake/lib/toaster/tests/functional/functional_helpers.py +++ b/bitbake/lib/toaster/tests/functional/functional_helpers.py | |||
@@ -167,7 +167,7 @@ class SeleniumFunctionalTestCase(SeleniumTestCaseBase): | |||
167 | self.assertEqual(del_response.status_code, 200) | 167 | self.assertEqual(del_response.status_code, 200) |
168 | 168 | ||
169 | self.get(reverse('newproject')) | 169 | self.get(reverse('newproject')) |
170 | self.wait_until_visible('#new-project-name', poll=3) | 170 | self.wait_until_visible('#new-project-name') |
171 | self.driver.find_element(By.ID, | 171 | self.driver.find_element(By.ID, |
172 | "new-project-name").send_keys(project_name) | 172 | "new-project-name").send_keys(project_name) |
173 | 173 | ||
@@ -187,7 +187,7 @@ class SeleniumFunctionalTestCase(SeleniumTestCaseBase): | |||
187 | 187 | ||
188 | self.driver.find_element(By.ID, "create-project-button").click() | 188 | self.driver.find_element(By.ID, "create-project-button").click() |
189 | 189 | ||
190 | element = self.wait_until_visible('#project-created-notification', poll=3) | 190 | element = self.wait_until_visible('#project-created-notification') |
191 | self.assertTrue( | 191 | self.assertTrue( |
192 | self.element_exists('#project-created-notification'), | 192 | self.element_exists('#project-created-notification'), |
193 | f"Project:{project_name} creation notification not shown" | 193 | f"Project:{project_name} creation notification not shown" |