Skip to content

Commit

Permalink
update ansible variable override function
Browse files Browse the repository at this point in the history
  • Loading branch information
amolpati30 committed Oct 28, 2024
1 parent 85ac9fe commit fc720f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions airgun/entities/ansible_variable.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from navmazing import NavigateToSibling
from wait_for import wait_for

from airgun.entities.base import BaseEntity
from airgun.navigation import NavigateStep, navigator
Expand Down
2 changes: 1 addition & 1 deletion airgun/views/ansible_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MatcherActions(View):
text input field."""

matcher_key = Select(".//select")
matcher_value = TextInput(locator=".//input[@class='matcher_value']")
matcher_value = TextInput(locator=".//div[@class='matcher-group']/input")


class NewAnsibleVariableView(BaseLoggedInView):
Expand Down

0 comments on commit fc720f8

Please sign in to comment.