Skip to content

Commit

Permalink
account_menu dropdown 'data-ouia-component-id' is changed now (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysawant authored Aug 3, 2023
1 parent 3399ef4 commit 297710b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/views/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class BaseLoggedInView(View):
dialog = Pf4ConfirmationDialog()
logout = Text("//a[@href='/users/logout']")
current_user = Dropdown('user-info-dropdown')
account_menu = Dropdown('OUIA-Generated-Dropdown-1')
account_menu = Dropdown('user-info-dropdown')
permission_denied = Text('//*[@id="content"]')

def select_logout(self):
Expand Down

0 comments on commit 297710b

Please sign in to comment.