{ this.open(); event.stopPropagation(); }}>
+
{ this.open(); event.stopPropagation(); }}>
{ReactDOM.createPortal((
diff --git a/src/components/popup/popup-manager.spec.tsx b/src/components/popup/popup-manager.spec.tsx
index 427ce5eb..cb0566b0 100644
--- a/src/components/popup/popup-manager.spec.tsx
+++ b/src/components/popup/popup-manager.spec.tsx
@@ -13,8 +13,8 @@ describe('PopupManager', () => {
describe('confirm', () => {
it.each([
- ['OK', true, '[qe-id="argo-popup-ok-button"]'],
- ['Cancel', false, '[qe-id="argo-popup-cancel-button"]'],
+ ['OK', true, '[data-qe-id="argo-popup-ok-button"]'],
+ ['Cancel', false, '[data-qe-id="argo-popup-cancel-button"]'],
])('%s', async (_, promiseResult, btnSelector) => {
const fn = jest.fn
();
const manager = new PopupManager();
diff --git a/src/components/popup/popup-manager.tsx b/src/components/popup/popup-manager.tsx
index b9dab8c9..b7483a2b 100644
--- a/src/components/popup/popup-manager.tsx
+++ b/src/components/popup/popup-manager.tsx
@@ -41,8 +41,8 @@ export class PopupManager implements PopupApi {
content,
footer: (
-
+
+
),
});
@@ -98,8 +98,8 @@ export class PopupManager implements PopupApi {
),
footer: (
-
+
+
),
});
diff --git a/src/components/top-bar/top-bar.tsx b/src/components/top-bar/top-bar.tsx
index 6f9def32..7b6ea56d 100644
--- a/src/components/top-bar/top-bar.tsx
+++ b/src/components/top-bar/top-bar.tsx
@@ -88,7 +88,7 @@ const renderBreadcrumbs = (breadcrumbs: { title: string | React.ReactNode, path?
const renderActionMenu = (actionMenu: ActionMenu) => (
{actionMenu.items.map((item, i) => (
-