mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
# Backport This will backport the following commits from `main` to `8.16`: - [Update the test subjects of the feedback buttons (#197311)](https://github.com/elastic/kibana/pull/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>
This commit is contained in:
parent
ede41c1049
commit
864ba5df51
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue