mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-01-20 21:08:50 +01:00
Spec: no overwrite is possible on the first run
This commit is contained in:
parent
e23e5cc63b
commit
a51444257a
@ -71,8 +71,8 @@ with description('vncserver') as self:
|
||||
add_kasmvnc_user_docker()
|
||||
|
||||
cmd = f'{vncserver_cmd} -select-de'
|
||||
choose_cinnamon_and_answer_yes = "1\ny\n"
|
||||
completed_process = run_cmd(cmd, input=choose_cinnamon_and_answer_yes)
|
||||
choose_cinnamon = "1\n"
|
||||
completed_process = run_cmd(cmd, input=choose_cinnamon)
|
||||
expect(completed_process.returncode).to(equal(0))
|
||||
|
||||
check_de_was_setup_to_run('cinnamon')
|
||||
|
Loading…
Reference in New Issue
Block a user