Skip to content

Commit

Permalink
Add locator for content_default_http_proxy checkbox on HTTP proxy cre…
Browse files Browse the repository at this point in the history
…ate page

Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 committed Jan 10, 2025
1 parent 47cc116 commit 208eaa4
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"]')
content_default_http_proxy = Checkbox(id='content_default_http_proxy')

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

0 comments on commit 208eaa4

Please sign in to comment.