Skip to content

Commit

Permalink
Add reclaim_space_warning node to the capsule view (#1615)
Browse files Browse the repository at this point in the history
(cherry picked from commit adffe5c)
  • Loading branch information
vsedmik authored and web-flow committed Oct 31, 2024
1 parent c092f42 commit e9244b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airgun/views/capsule.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]')
Expand Down

0 comments on commit e9244b3

Please sign in to comment.