diff --git a/ui/tests/pages/jobs/job/actions.js b/ui/tests/pages/jobs/job/actions.js index c2b37de47..009b3b625 100644 --- a/ui/tests/pages/jobs/job/actions.js +++ b/ui/tests/pages/jobs/job/actions.js @@ -57,7 +57,7 @@ export default create({ click: clickable('button'), } ), - showsDisclosureContent: isPresent('.hds-disclosure-primitive__content'), + showsDisclosureContent: isPresent('.hds-reveal__content'), } ), singleAllocActions: collection( @@ -68,7 +68,7 @@ export default create({ click: clickable(), expanded: attribute('aria-expanded'), }), - showsDisclosureContent: isPresent('.hds-disclosure-primitive__content'), + showsDisclosureContent: isPresent('.hds-reveal__content'), } ), },