diff --git a/src/app/CreateRecording/CustomRecordingForm.tsx b/src/app/CreateRecording/CustomRecordingForm.tsx index 1863cc7f03..5427c7096a 100644 --- a/src/app/CreateRecording/CustomRecordingForm.tsx +++ b/src/app/CreateRecording/CustomRecordingForm.tsx @@ -509,6 +509,8 @@ export const CustomRecordingForm: React.FC = () => { toggleTextExpanded="Hide metadata options" toggleTextCollapsed="Show metadata options" data-quickstart-id="crf-metadata-opt" + toggleId='metadata-option-toggle' + contentId='metadata-options' > { toggleTextExpanded="Hide advanced options" toggleTextCollapsed="Show advanced options" data-quickstart-id="crf-advanced-opt" + toggleId='advanced-option-toggle' + contentId='advanced-options' > A value of 0 for maximum size or age means unbounded. diff --git a/src/test/CreateRecording/__snapshots__/CustomRecordingForm.test.tsx.snap b/src/test/CreateRecording/__snapshots__/CustomRecordingForm.test.tsx.snap index c887fdbc37..a464c3012e 100644 --- a/src/test/CreateRecording/__snapshots__/CustomRecordingForm.test.tsx.snap +++ b/src/test/CreateRecording/__snapshots__/CustomRecordingForm.test.tsx.snap @@ -1,1012 +1,1030 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[` renders correctly 1`] = ` -Array [ - +
- JDK Flight Recordings are compact records of events which have occurred within the Target JVM. Many event types are built in to the JVM itself, while others are user defined. - , -
+ JDK Flight Recordings are compact records of events which have occurred within the Target JVM. Many event types are built in to the JVM itself, while others are user defined. +

+
+
+ + +
+
+ + +
+ -
- - - -
- - -
-
- - Enter a Recording name. This will be unique within the target JVM. - -
+ Enter a Recording name. This will be unique within the target JVM. +
+
+
-
- - -
+ Duration + + + + +
+
-
+
+ Continuous +
+
+
-
+
+ Archive on Stop +
+
+
-
- - - -
-
+ +
+
+ - - + Seconds + + + + + - - - - - + + -
+
+
+
-
- - Time before the Recording is automatically stopped and copied to archive. - -
+ Time before the Recording is automatically stopped and copied to archive. +
+
+
-
- - -
-
+ Template + +
-
- - A Template must be selected - -
+ A Template must be selected. +
-
+
+ + + + + + Show metadata options + + +
-
+
+ + + + + + Show advanced options + + + +
+ + +
+
- - -
-
+
-
- - - -
-
+ + + + - - - - - - + + -
+
+
+
-
- - The maximum age of Recording data stored to disk - -
+ The maximum age of Recording data stored to disk +
+
+
-
- - -
+ Create + +
- , -] +
+ `; diff --git a/src/test/CreateRecording/__snapshots__/SnapshotRecordingForm.test.tsx.snap b/src/test/CreateRecording/__snapshots__/SnapshotRecordingForm.test.tsx.snap index 20b7104f00..ee56698240 100644 --- a/src/test/CreateRecording/__snapshots__/SnapshotRecordingForm.test.tsx.snap +++ b/src/test/CreateRecording/__snapshots__/SnapshotRecordingForm.test.tsx.snap @@ -5,19 +5,23 @@ exports[` renders correctly 1`] = ` className="pf-v5-c-form pf-m-horizontal" noValidate={true} > -

- A Snapshot Recording is one which contains all information about all events that have been captured in the current session by - - other,  non-Snapshot - - Recordings. Snapshots do not themselves define which events are enabled, their thresholds, or any other options. A Snapshot is only ever in the STOPPED state from the moment it is created. -

+

+ A Snapshot Recording is one which contains all information about all events that have been captured in the current session by + + other, non-Snapshot + + Recordings. Snapshots do not themselves define which events are enabled, their thresholds, or any other options. A Snapshot is only ever in the STOPPED state from the moment it is created. +

+