Skip to content

Commit

Permalink
[8.16] Update the test subjects of the feedback buttons (#197311) (#1…
Browse files Browse the repository at this point in the history
…97763)

# Backport

This will backport the following commits from `main` to `8.16`:
- [Update the test subjects of the feedback buttons
(#197311)](#197311)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Giorgos
Bamparopoulos","email":"georgios.bamparopoulos@elastic.co"},"sourceCommit":{"committedDate":"2024-10-25T07:14:00Z","message":"Update
the test subjects of the feedback buttons (#197311)\n\nUpdate the test
subjects of the feedback buttons.\r\n\r\nCloses
https://github.com/elastic/kibana/issues/196297\r\n\r\nCo-authored-by:
Elastic Machine
<elasticmachine@users.noreply.github.com>","sha":"188beda849ae886b164c9ccd3d5f7d2edf35479c","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","v8.16.0"],"title":"Update
the test subjects of the feedback
buttons","number":197311,"url":"https://github.com/elastic/kibana/pull/197311","mergeCommit":{"message":"Update
the test subjects of the feedback buttons (#197311)\n\nUpdate the test
subjects of the feedback buttons.\r\n\r\nCloses
https://github.com/elastic/kibana/issues/196297\r\n\r\nCo-authored-by:
Elastic Machine
<elasticmachine@users.noreply.github.com>","sha":"188beda849ae886b164c9ccd3d5f7d2edf35479c"}},"sourceBranch":"main","suggestedTargetBranches":["8.16"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197311","number":197311,"mergeCommit":{"message":"Update
the test subjects of the feedback buttons (#197311)\n\nUpdate the test
subjects of the feedback buttons.\r\n\r\nCloses
https://github.com/elastic/kibana/issues/196297\r\n\r\nCo-authored-by:
Elastic Machine
<elasticmachine@users.noreply.github.com>","sha":"188beda849ae886b164c9ccd3d5f7d2edf35479c"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Giorgos Bamparopoulos <georgios.bamparopoulos@elastic.co>
  • Loading branch information
kibanamachine and gbamparop authored Oct 25, 2024
1 parent ede41c1 commit 864ba5d
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 864ba5d

Please sign in to comment.