From 023b26322f5db62e7d44a22d9e48a64c2d85d5ab Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Thu, 16 Apr 2026 08:21:27 +0200 Subject: [PATCH] qownnotes: update UI tests Signed-off-by: Patrizio Bekerle --- nixos/tests/qownnotes.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/qownnotes.nix b/nixos/tests/qownnotes.nix index 28ca9a949090..f7a787f3e056 100644 --- a/nixos/tests/qownnotes.nix +++ b/nixos/tests/qownnotes.nix @@ -50,7 +50,7 @@ machine.wait_for_text("Note folder") machine.send_key("ret") machine.wait_for_console_text("Note path '/home/alice/Notes' was now created.") - machine.wait_for_text("Panel layout") + machine.wait_for_text("Layout preset") machine.send_key("ret") machine.wait_for_text("Nextcloud") machine.send_key("ret")