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
…918)

(cherry picked from commit 297710b)

Co-authored-by: vijay sawant <vijaysawant36@gmail.com>
  • Loading branch information
Satellite-QE and vijaysawant committed Aug 4, 2023
1 parent 47cdf71 commit 8087752
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 @@ -45,7 +45,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 8087752

Please sign in to comment.