Skip to content

Commit

Permalink
Fix BaseAdminView
Browse files Browse the repository at this point in the history
Update documentation and user_session dropdown ids. Fix for tests: test_audience_navigation_bar
  • Loading branch information
mastastny committed Dec 10, 2024
1 parent 6a7b6e2 commit 40b3712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/ui/views/admin/foundation.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class BaseAdminView(View, Navigable):
logo = GenericLocatorWidget(".//a[@href='/p/admin/dashboard']")
support_link = Text(".//a[@href='//access.redhat.com/products/red-hat-3scale#support']")
context_menu = Dropdown(component_id="context-selector")
documentation = Dropdown(component_id="OUIA-Generated-Dropdown-2")
user_session = Dropdown(component_id="OUIA-Generated-Dropdown-3")
documentation = Dropdown(component_id="OUIA-Generated-Dropdown-3")
user_session = Dropdown(component_id="OUIA-Generated-Dropdown-4")
threescale_version = Text("//*[contains(@class,'powered-by-3scale')]/span")

def __init__(self, parent, logger=None, **kwargs):
Expand Down

0 comments on commit 40b3712

Please sign in to comment.