From 2f92610f28d058fe5794bdc0ec74dcd56ed22778 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 17 Mar 2022 08:41:31 +0100 Subject: [PATCH] Bump cockpit lib and test API to 265 Drop the obsolete expect_load(). --- Makefile | 4 ++-- test/check-application | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 758aade..8f34372 100644 --- a/Makefile +++ b/Makefile @@ -159,14 +159,14 @@ bots: # when you start a new project, use the latest release, and update it from time to time test/common: flock Makefile sh -ec '\ - git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 262; \ + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 265; \ git checkout --force FETCH_HEAD -- test/common; \ git reset test/common' # checkout Cockpit's PF/React/build library; again this has no API stability guarantee, so check out a stable tag $(LIB_TEST): flock Makefile sh -ec '\ - git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 262; \ + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 265; \ git checkout --force FETCH_HEAD -- pkg/lib; \ git reset -- pkg/lib' mv pkg/lib src/ && rmdir -p pkg diff --git a/test/check-application b/test/check-application index 3b7ec27..68b9cd0 100755 --- a/test/check-application +++ b/test/check-application @@ -46,7 +46,6 @@ class TestApplication(testlib.MachineCase): b.wait_popup('display-language-modal') b.click("#display-language-modal [data-value='de-de'] button") b.click("#display-language-modal button.pf-m-primary") - b.expect_load() # HACK: work around language switching in Chrome not working in current session (Cockpit issue #8160) b.reload(ignore_cache=True) b.wait_visible("#content")