diff --git a/src/ClockFace.tsx b/src/ClockFace.tsx
index eda23b5..895abdd 100644
--- a/src/ClockFace.tsx
+++ b/src/ClockFace.tsx
@@ -2,10 +2,12 @@ import { ClockHands } from '@/ClockHands';
import { Graduations } from '@/Graduations';
import { getTestId } from '@/utilities';
+export const clockFaceId = 'clock-face';
+
export const ClockFace = () => (