()
| 12 | |
| 13 | |
| 14 | def target(): |
| 15 | run_js("$('#markdown-body>.alert-warning').remove()") |
| 16 | template.basic_output() |
| 17 | template.background_output() |
| 18 | |
| 19 | run_as_function(template.basic_input()) |
| 20 | actions(buttons=['Continue']) |
| 21 | template.background_input() |
| 22 | |
| 23 | |
| 24 | def test_once(browser: Chrome, output_file, process_func): |
no test coverage detected
searching dependent graphs…