Skip to content

Commit

Permalink
update ansible variable override function (#1607) (#1608)
Browse files Browse the repository at this point in the history
  • Loading branch information
Satellite-QE authored Oct 29, 2024
1 parent 129f020 commit c092f42
Showing 1 changed file with 1 addition and 1 deletion.
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 c092f42

Please sign in to comment.