Searched refs:enter_text (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_project_config_page.py | 46 self.enter_text('#new-imagefs_types', imagefs_type) 67 self.enter_text('#new-imagefs_types', imagefs_type) 124 self.enter_text('#new-dl_dir', 'home/foo') 133 self.enter_text('#new-dl_dir', '/foo/bar a') 141 self.enter_text('#new-dl_dir', '${TOPDIR}/down foo') 149 self.enter_text('#new-dl_dir', '/bar/foo') 157 self.enter_text('#new-dl_dir', '${TOPDIR}/down') 179 self.enter_text('#new-sstate_dir', 'home/foo') 188 self.enter_text('#new-sstate_dir', '/foo/bar a') 196 self.enter_text('#new-sstate_dir', '${TOPDIR}/down foo') [all …]
|
| H A D | test_new_project_page.py | 51 self.enter_text('#new-project-name', project_name) 82 self.enter_text('#new-project-name', project_name)
|
| H A D | test_new_custom_image_page.py | 88 self.enter_text(selector, new_custom_image_name)
|
| H A D | selenium_helpers_base.py | 195 def enter_text(self, selector, value): member in SeleniumTestCaseBase
|