File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -584,13 +584,13 @@ def set_env(name, option_value):
584584 utils .delete_file (browser_common .browser_spawn_lock_filename )
585585 utils .delete_file (f'{ browser_common .browser_spawn_lock_filename } _counter' )
586586 if options .force_browser_process_termination or os .getenv ('EMTEST_FORCE_BROWSER_PROCESS_TERMINATION' ):
587- config = common .get_browser_config ()
587+ config = browser_common .get_browser_config ()
588588
589589 def terminate_all_browser_processes ():
590- procs = common .list_processes_by_name (config .executable_name )
590+ procs = browser_common .list_processes_by_name (config .executable_name )
591591 if len (procs ) > 0 :
592592 print (f'Terminating { len (procs )} stray browser processes.' )
593- common .terminate_list_of_processes (procs )
593+ browser_common .terminate_list_of_processes (procs )
594594
595595 if config and hasattr (config , 'executable_name' ):
596596 atexit .register (terminate_all_browser_processes )
You can’t perform that action at this time.
0 commit comments