()
| 13 | |
| 14 | |
| 15 | def target(): |
| 16 | set_env(auto_scroll_bottom=True) |
| 17 | template.set_defer_call() |
| 18 | |
| 19 | template.basic_output() |
| 20 | template.background_output() |
| 21 | |
| 22 | run_as_function(template.basic_input()) |
| 23 | actions(buttons=['Continue']) |
| 24 | template.background_input() |
| 25 | |
| 26 | |
| 27 | def test(server_proc: subprocess.Popen, browser: Chrome): |
nothing calls this directly
no test coverage detected
searching dependent graphs…