Home
last modified time | relevance | path

Searched refs:wait_until_present (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_functional_basic.py52 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 Dtest_project_page_tab_config.py83 self.wait_until_present('#latest-builds')
233 self.wait_until_present('#imagerecipestable tbody tr')
266 self.wait_until_present('#imagerecipestable tbody tr')
H A Dtest_project_page.py200 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 Dtest_js_unit_tests.py29 self.wait_until_present('#qunit-testresult .failed')
H A Dtest_project_builds_page.py84 self.wait_until_present('#projectbuildstable tbody tr')
131 self.wait_until_present('td[class="target"]')
H A Dtest_builddashboard_page_recipes.py54 self.wait_until_present(selector)
H A Dtest_builddashboard_page_tasks.py53 self.wait_until_present(selector)
H A Dtest_new_project_page.py94 self.wait_until_present('#hint-error-project-name', poll=3)
H A Dselenium_helpers_base.py211 def wait_until_present(self, selector, poll=0.5): member in SeleniumTestCaseBase