From e9244b3d7e8edb4e42dae903e9125a6fb2e4a552 Mon Sep 17 00:00:00 2001 From: vsedmik <46570670+vsedmik@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:24:49 +0100 Subject: [PATCH] Add reclaim_space_warning node to the capsule view (#1615) (cherry picked from commit adffe5ceae636178be7c4cb31965dbe78535e918) --- airgun/views/capsule.py | 1 + 1 file changed, 1 insertion(+) diff --git a/airgun/views/capsule.py b/airgun/views/capsule.py index 2e45588c4..c96e817a2 100644 --- a/airgun/views/capsule.py +++ b/airgun/views/capsule.py @@ -96,6 +96,7 @@ class overview(SatTab): TAB_NAME = 'Overview' reclaim_space_button = Button('Reclaim Space') + reclaim_space_warning = Text('.//div[@id="properties"]/div/div/p[contains(., "Warning")]') url = Text('.//div[preceding-sibling::div[contains(., "URL")]]') version = Text('.//span[@class="proxy-version"]')