Searched refs:wait_until_present (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | test_functional_basic.py | 52 self.wait_until_present('#projectstable', poll=10) 54 self.wait_until_present('#config-nav', poll=10) 58 self.wait_until_present('#config-nav', poll=10) 62 self.wait_until_present('#config-nav', poll=10) 108 self.wait_until_present('#config-nav', poll=10) 151 self.wait_until_present('#config-nav', poll=10) 168 self.wait_until_present('#config-nav', poll=10) 183 self.wait_until_present('#config-nav', poll=10) 195 self.wait_until_present('#config-nav', poll=10) 225 self.wait_until_present('#config-nav', poll=10) [all …]
|
H A D | test_project_page_tab_config.py | 83 self.wait_until_present('#latest-builds') 233 self.wait_until_present('#imagerecipestable tbody tr') 266 self.wait_until_present('#imagerecipestable tbody tr')
|
H A D | test_project_page.py | 200 self.wait_until_present(f'#{table_selector} tbody tr') 239 self.wait_until_present('#imagerecipestable tbody tr')
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_js_unit_tests.py | 29 self.wait_until_present('#qunit-testresult .failed')
|
H A D | test_project_builds_page.py | 84 self.wait_until_present('#projectbuildstable tbody tr') 131 self.wait_until_present('td[class="target"]')
|
H A D | test_builddashboard_page_recipes.py | 54 self.wait_until_present(selector)
|
H A D | test_builddashboard_page_tasks.py | 53 self.wait_until_present(selector)
|
H A D | test_new_project_page.py | 94 self.wait_until_present('#hint-error-project-name', poll=3)
|
H A D | selenium_helpers_base.py | 211 def wait_until_present(self, selector, poll=0.5): member in SeleniumTestCaseBase
|