diff --git a/src/ContainerHeader.jsx b/src/ContainerHeader.jsx index 0a1da1a4d..186e4395a 100644 --- a/src/ContainerHeader.jsx +++ b/src/ContainerHeader.jsx @@ -6,6 +6,7 @@ import { Toolbar, ToolbarContent, ToolbarItem } from "@patternfly/react-core/dis const _ = cockpit.gettext; const ContainerHeader = ({ user, twoOwners, ownerFilter, handleOwnerChanged, textFilter, handleFilterChanged }) => { + console.log("XXX render ContainerHeader user", user, "twoOwners", twoOwners, "ownerFilter", ownerFilter, "textFilter", textFilter); return ( diff --git a/test/check-application b/test/check-application index 727756639..ec3274838 100755 --- a/test/check-application +++ b/test/check-application @@ -365,8 +365,8 @@ class TestApplication(testlib.MachineCase): self.performPodAction("pod-1", "system", "Restart") self.waitRestart("test-pod-1-system", old_start, auth=True) - b.eval_js('window.debugging = "podman"') - b.cdp.trace = True + # b.eval_js('window.debugging = "podman"') + # b.cdp.trace = True self.performPodAction("pod-1", "system", "Delete") b.click(".pf-v5-c-modal-box button:contains(Delete)")