Skip to content

Commit 2c02b72

Browse files
authored
Merge pull request #700 from atlassian/DCA-1333-bitbucket-lts-handle-new-pop-up
DCA-1333: Bitbucket LTS handle new pop up
2 parents f4ad16b + 831d806 commit 2c02b72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/selenium_ui/bitbucket/pages/pages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class PopupManager(BasePage):
9393

9494
def dismiss_default_popup(self):
9595
return self.dismiss_popup(PopupLocators.default_popup, PopupLocators.popup_1, PopupLocators.popup_2,
96-
PopupLocators.popup_3)
96+
PopupLocators.popup_3, PopupLocators.popup_4)
9797

9898

9999
class Repository(BasePage):

app/selenium_ui/bitbucket/pages/selectors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ class PopupLocators:
8585
popup_1 = '.css-1it7f5o'
8686
popup_2 = 'button.aui-button-link.feature-discovery-close'
8787
popup_3 = '.css-15p34h1'
88+
popup_4 = '.css-1dqf51u'
8889

8990

9091
class LoginPageLocators:

0 commit comments

Comments
 (0)