[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/12: tests: sddm: Update expected message on login screen.
From: |
guix-commits |
Subject: |
01/12: tests: sddm: Update expected message on login screen. |
Date: |
Mon, 25 Nov 2024 06:27:04 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 4978e36866748c050ad11c4731242d6686909fff
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Nov 23 22:20:29 2024 +0100
tests: sddm: Update expected message on login screen.
* gnu/tests/sddm.scm (run-sddm-test)["login screen up"]: Change expected
message to match current SDDM version.
Change-Id: Ib59478685b87b8080e27d2aee367c709cbcd0906
---
gnu/tests/sddm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/tests/sddm.scm b/gnu/tests/sddm.scm
index 87059112ee..48b5c47e26 100644
--- a/gnu/tests/sddm.scm
+++ b/gnu/tests/sddm.scm
@@ -95,8 +95,8 @@
(wait-for-screen-text marionette
;; Login button not recognized, use SDDM's
;; welcome message.
- (cut string-contains <> (string-append
"Welcome to "
-
#$(operating-system-host-name %sddm-os)))
+ (cut string-contains <>
+ "Select your user and enter password")
#:ocr #$(file-append tesseract-ocr
"/bin/tesseract")
#:timeout 60))
- branch master updated (47ab553178 -> 827ec92f44), guix-commits, 2024/11/25
- 01/12: tests: sddm: Update expected message on login screen.,
guix-commits <=
- 12/12: gnu: gajim-openpgp: Update to 1.6.1., guix-commits, 2024/11/25
- 05/12: gnu: libfabric: Enable libcxi support., guix-commits, 2024/11/25
- 07/12: gnu: python-nbxmpp: Update to 5.0.3., guix-commits, 2024/11/25
- 09/12: gnu: Add python-omemo-dr., guix-commits, 2024/11/25
- 03/12: gnu: Add cxi-driver., guix-commits, 2024/11/25
- 10/12: gnu: gajim: Update to 1.9.3., guix-commits, 2024/11/25
- 06/12: gnu: openmpi: Disable static libraries., guix-commits, 2024/11/25
- 08/12: gnu: Add python-protobuf-5., guix-commits, 2024/11/25
- 04/12: gnu: Add libcxi., guix-commits, 2024/11/25
- 11/12: gnu: Deprecate gajim-omemo., guix-commits, 2024/11/25