Skip to content

Commit

Permalink
Update the test subjects of the feedback buttons (#197311)
Browse files Browse the repository at this point in the history
Update the test subjects of the feedback buttons.

Closes #196297

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
gbamparop and elasticmachine authored Oct 25, 2024
1 parent 2b645d5 commit 188beda
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function FeedbackButtons({ flow }: { flow: string }) {
<EuiFlexGroup responsive={false} direction="row" alignItems="center" gutterSize="xs">
<EuiFlexItem grow={false}>
<EuiButtonEmpty
data-test-subj="observabilityAiAssistantFeedbackButtonsPositiveButton"
data-test-subj="obltOnboardingFeedbackButtonsPositiveButton"
color="success"
iconType="faceHappy"
size="s"
Expand All @@ -67,7 +67,7 @@ export function FeedbackButtons({ flow }: { flow: string }) {

<EuiFlexItem grow={false}>
<EuiButtonEmpty
data-test-subj="observabilityAiAssistantFeedbackButtonsNegativeButton"
data-test-subj="obltOnboardingFeedbackButtonsNegativeButton"
color="danger"
iconType="faceSad"
size="s"
Expand Down

0 comments on commit 188beda

Please sign in to comment.