Skip to content

Commit

Permalink
Add reclaim_space_warning node to the capsule view
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedmik committed Oct 30, 2024
1 parent 8ce39da commit 0dda61f
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 0dda61f

Please sign in to comment.