Home
last modified time | relevance | path

Searched refs:check_box_id (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_all_projects_page.py255 def test_edit_column(check_box_id): argument
258 th_class = str(check_box_id).replace('checkbox-', '')
H A Dtest_all_builds_page.py392 def test_edit_column(check_box_id): argument
395 th_class = str(check_box_id).replace('checkbox-', '')
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_project_page_tab_config.py192 def test_edit_column(check_box_id): argument
195 th_class = str(check_box_id).replace('checkbox-', '')
H A Dtest_project_page.py141 for check_box_id in list_check_box_id:
144 th_class = str(check_box_id).replace('checkbox-', '')