Skip to content

Commit

Permalink
Add locator for default_content_http_proxy
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 committed Nov 19, 2024
1 parent f1a614f commit 4aa0b0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airgun/views/http_proxy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from widgetastic.widget import Table, Text, TextInput, View
from widgetastic.widget import Checkbox, Table, Text, TextInput, View
from widgetastic_patternfly import BreadCrumb

from airgun.views.common import BaseLoggedInView, SatTab, SearchableViewMixin
Expand Down Expand Up @@ -46,6 +46,7 @@ class http_proxy(SatTab):
password = TextInput(id='http_proxy_password')
test_url = TextInput(id='http_proxy_test_url')
test_connection = Text('//a[@id="test_connection_button"]')
default_content_http_proxy = Checkbox(id='http_proxy_default_content')

@View.nested
class locations(SatTab):
Expand Down

0 comments on commit 4aa0b0e

Please sign in to comment.