From 880094dc2a5b2c115d520761eef0f7978e5a019e Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 8 Nov 2024 10:12:38 +0100 Subject: [PATCH] Update to cockpit/pull/21233 testlib This provides support for shadow DOM test selectors. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65e06e6f..ed6f3af0 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = c295842a0336c9e967a0c5adc28ddf527876c6c6 # 328 +COCKPIT_REPO_COMMIT = 4fadac0aabdd00e19f4cbf40745091a88a7e58f5 # https://github.com/cockpit-project/cockpit/pull/21233 $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'