(className: C) => `div${cls(className)}` as const;
+/** Build the string for a CSS selector that matches a `` element with `aria-modal=true`. */
+export const dmodal = () => `div[aria-modal=true]` as const;
+
/**
* Generate a random test name that starts with `test_` and followed by 4 random characters.
*