Skip to content

Commit 188beda

Browse files
Update the test subjects of the feedback buttons (#197311)
Update the test subjects of the feedback buttons. Closes #196297 Co-authored-by: Elastic Machine <[email protected]>
1 parent 2b645d5 commit 188beda

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/shared

1 file changed

+2
-2
lines changed

x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/shared/feedback_buttons.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export function FeedbackButtons({ flow }: { flow: string }) {
5353
<EuiFlexGroup responsive={false} direction="row" alignItems="center" gutterSize="xs">
5454
<EuiFlexItem grow={false}>
5555
<EuiButtonEmpty
56-
data-test-subj="observabilityAiAssistantFeedbackButtonsPositiveButton"
56+
data-test-subj="obltOnboardingFeedbackButtonsPositiveButton"
5757
color="success"
5858
iconType="faceHappy"
5959
size="s"
@@ -67,7 +67,7 @@ export function FeedbackButtons({ flow }: { flow: string }) {
6767

6868
<EuiFlexItem grow={false}>
6969
<EuiButtonEmpty
70-
data-test-subj="observabilityAiAssistantFeedbackButtonsNegativeButton"
70+
data-test-subj="obltOnboardingFeedbackButtonsNegativeButton"
7171
color="danger"
7272
iconType="faceSad"
7373
size="s"

0 commit comments

Comments
 (0)