mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-28 02:53:41 +01:00
Spec refactoring
This commit is contained in:
parent
2fa381a3fe
commit
ec948ab20f
@ -51,8 +51,7 @@ with description('vncserver') as self:
|
||||
with it('asks user to select a DE on the first run'):
|
||||
add_kasmvnc_user_docker()
|
||||
|
||||
cmd = f'{vncserver_cmd}'
|
||||
completed_process = run_cmd(cmd, input="1\ny\n")
|
||||
completed_process = run_cmd(vncserver_cmd, input="1\ny\n")
|
||||
expect(completed_process.returncode).to(equal(0))
|
||||
|
||||
check_de_was_setup_to_run('cinnamon')
|
||||
|
Loading…
Reference in New Issue
Block a user