Skip to content

Commit 6d3b674

Browse files
Merge pull request #1836 from atlassian/confluence-10/dismiss-new-popup-and-fix-snapshots
confluence-10/dismiss-new-popup-and-fix-snapshots
2 parents d9976a7 + d1d9cea commit 6d3b674

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

app/selenium_ui/confluence/pages/selectors.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ class PopupLocators:
3939
(By.CSS_SELECTOR, ".aui-button.aui-button-link.skip-onboarding"),
4040
(By.CSS_SELECTOR, "#closeDisDialog"),
4141
(By.CSS_SELECTOR, ".aui-button.aui-button-primary.show-onboarding"),
42-
(By.CSS_SELECTOR, 'button[aria-label="Close this modal"]')
42+
(By.CSS_SELECTOR, 'button[aria-label="Close this modal"]'),
43+
(By.XPATH, "//button[.//span[text()='Close']]")
4344
]
4445

4546

app/util/k8s/dcapt-snapshots.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
"snapshots": [
239239
{
240240
"us-east-2": "snap-017dab74a941fbbeb",
241-
"us-east-1": "snap-00f799d439f333af2"
241+
"us-east-1": "snap-094ed2d0367fb59a7"
242242
}
243243
]
244244
},
@@ -257,8 +257,8 @@
257257
"size": "large",
258258
"snapshots": [
259259
{
260-
"us-east-2": "snap-0af92e32632eb2500",
261-
"us-east-1": "snap-0ac6fd59413cb71ed"
260+
"us-east-2": "snap-0bcc0788c941674f9",
261+
"us-east-1": "snap-091e65ed2d988152e"
262262
}
263263
]
264264
},
@@ -277,8 +277,8 @@
277277
"size": "large",
278278
"snapshots": [
279279
{
280-
"us-east-2": "snap-08439439376d2afb1",
281-
"us-east-1": "snap-09f9176f7485f9db2"
280+
"us-east-2": "snap-07381978e5107d22b",
281+
"us-east-1": "snap-0478bb092072029fc"
282282
}
283283
]
284284
}

0 commit comments

Comments
 (0)