From d068f0dee3921c7139c98084c5822302d5620464 Mon Sep 17 00:00:00 2001 From: Lucy Fu Date: Fri, 10 Nov 2023 21:28:17 +0000 Subject: [PATCH] Fixes #36557 - ouiaId does not apply to PF3 --- package.json | 2 +- webpack/components/Content/Details/ContentDetails.js | 6 +++--- .../__snapshots__/ContentDetails.test.js.snap | 4 ---- webpack/components/SelectOrg/SetOrganization.js | 1 - webpack/components/TooltipButton/TooltipButton.js | 4 ++-- .../__snapshots__/TooltipButton.test.js.snap | 3 --- webpack/components/pf3Table/components/Table.js | 1 - .../RedHatRepositoriesPage.test.js.snap | 1 - .../components/RecommendedRepositorySetsToggler.js | 1 - .../components/RepositorySetRepositories.js | 2 +- .../RecommendedRepositorySetsToggler.test.js.snap | 1 - .../RepositorySetRepositories.test.js.snap | 1 - webpack/scenes/RedHatRepositories/helpers.js | 2 -- .../Subscriptions/Details/SubscriptionDetails.js | 8 ++++---- .../__snapshots__/SubscriptionDetails.test.js.snap | 4 ---- .../Subscriptions/Manifest/ManageManifestModal.js | 12 ++++-------- webpack/scenes/Subscriptions/SubscriptionsPage.js | 2 +- .../UpstreamSubscriptionsPage.js | 3 +-- .../UpstreamSubscriptionsPage.test.js.snap | 2 -- .../__snapshots__/SubscriptionsPage.test.js.snap | 1 - .../SubscriptionsToolbar/SubscriptionsToolbar.js | 7 ++----- .../__snapshots__/SubscriptionsToolbar.test.js.snap | 10 ---------- 22 files changed, 19 insertions(+), 59 deletions(-) diff --git a/package.json b/package.json index d1e09d727db..ff12afb57a1 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@testing-library/user-event": "^13.5.0", "@theforeman/builder": ">= 6.0.0", "@theforeman/find-foreman": "^4.8.0", - "@theforeman/eslint-plugin-rules": "^12.0.1", + "@theforeman/eslint-plugin-rules": "^12.2.0", "axios-mock-adapter": "^1.10.0", "eslint": "^6.2.2", "eslint-config-airbnb": "^16.0.0", diff --git a/webpack/components/Content/Details/ContentDetails.js b/webpack/components/Content/Details/ContentDetails.js index 88c78c9b4a1..90f3a613d21 100644 --- a/webpack/components/Content/Details/ContentDetails.js +++ b/webpack/components/Content/Details/ContentDetails.js @@ -10,7 +10,7 @@ const ContentDetails = (props) => { const tabHeaders = () => { const tabs = schema.map(node => ( - +
{node.tabHeader}
)); @@ -40,12 +40,12 @@ const ContentDetails = (props) => { -