Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions testcases/cachyos/dailylive/test_install_calamares
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ function test_launch_calamares() {
qt_send_key_combo "alt-f2"
qt_wait_for_seconds 2
qt_screenshot_ppm "$FUNCNAME"
qt_send_string_tab "CALAMARES_SKIP_GEOIP=1 sudo -E dbus-launch calamares -D6"
qt_send_string_tab "CALAMARES_SKIP_GEOIP=1 sudo -E systemd-inhibit dbus-launch calamares -D6"
qt_screenshot_ppm "$FUNCNAME"
qt_wait_for_text "$FUNCNAME" "CALAMARES_SKIP_GEOIP=1 sudo -E dbus-launch calamares -D6" 3 3
qt_wait_for_seconds 1
Comment thread
ptr1337 marked this conversation as resolved.
qt_screenshot_ppm "$FUNCNAME"
qt_send_key_combo "tab"
qt_send_key_combo "tab"
Expand Down Expand Up @@ -167,6 +167,7 @@ function test_calamares_install() {
}

function test_calamares_failed() {
qt_send_key_combo "tab"
qt_send_key_combo "spc"
qt_wait_for_seconds 2
qt_screenshot_ppm "$FUNCNAME"
Expand Down
Loading