Skip to content

Commit

Permalink
Merge pull request #1159 from atlassian/jsm/popup-fix
Browse files Browse the repository at this point in the history
jsm/popup-fix
  • Loading branch information
ometelytsia authored Oct 11, 2023
2 parents d06a506 + c1a4a58 commit 2d289dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/selenium_ui/jsm/pages/agent_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class PopupManager(BasePage):
def dismiss_default_popup(self):
return self.dismiss_popup(PopupLocators.default_popup, PopupLocators.popup_1, PopupLocators.popup_2,
PopupLocators.popup_3, PopupLocators.popup_4,
PopupLocators.popup_5, PopupLocators.popup_6)
PopupLocators.popup_5, PopupLocators.popup_6, PopupLocators.popup_7)


class Login(BasePage):
Expand Down
1 change: 1 addition & 0 deletions app/selenium_ui/jsm/pages/agent_selectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class PopupLocators:
popup_4 = '.aui-button aui-button-link'
popup_5 = '.buttons-container > div > a'
popup_6 = '.css-19r5em7'
popup_7 = '.css-178ag6o'


class UrlManager:
Expand Down

0 comments on commit 2d289dd

Please sign in to comment.