UI: update selector of test in job actions (#25905)

Ref: HDS-4324
This commit is contained in:
Dylan Hyun
2025-05-27 09:59:24 -04:00
committed by GitHub
parent e3fea745eb
commit 4d8c873b46

View File

@@ -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'),
}
),
},