Searched refs:enter_text (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_project_config_page.py | 49 self.enter_text('#new-imagefs_types', imagefs_type) 70 self.enter_text('#new-imagefs_types', imagefs_type) 127 self.enter_text('#new-dl_dir', 'home/foo') 136 self.enter_text('#new-dl_dir', '/foo/bar a') 144 self.enter_text('#new-dl_dir', '${TOPDIR}/down foo') 152 self.enter_text('#new-dl_dir', '/bar/foo') 160 self.enter_text('#new-dl_dir', '${TOPDIR}/down') 182 self.enter_text('#new-sstate_dir', 'home/foo') 191 self.enter_text('#new-sstate_dir', '/foo/bar a') 207 self.enter_text('#new-sstate_dir', '/bar/foo') [all …]
|
H A D | test_new_project_page.py | 51 self.enter_text('#new-project-name', project_name) 84 self.enter_text('#new-project-name', project_name)
|
H A D | test_delete_project.py | 50 self.enter_text('#new-project-name', project_name)
|
H A D | test_new_custom_image_page.py | 98 self.enter_text(selector, new_custom_image_name)
|
H A D | selenium_helpers_base.py | 249 def enter_text(self, selector, value): member in SeleniumTestCaseBase
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | test_project_config.py | 97 self.enter_text('#new-imagefs_types', imagefs_type) 117 self.enter_text('#new-imagefs_types', imagefs_type) 175 self.enter_text('#new-dl_dir', 'home/foo') 184 self.enter_text('#new-dl_dir', '/foo/bar a') 200 self.enter_text('#new-dl_dir', '/bar/foo') 208 self.enter_text('#new-dl_dir', '${TOPDIR}/down') 235 self.enter_text('#new-sstate_dir', 'home/foo') 244 self.enter_text('#new-sstate_dir', '/foo/bar a') 260 self.enter_text('#new-sstate_dir', '/bar/foo') 281 self.enter_text(f"#{btn_id}", f"{var_name}") [all …]
|