mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Guided onboarding] Fix the value of data-test-subj
for telemetry (#154462)
## Summary This PR changes the value of `data-test-subj` on the landing page to fix the telemetry for guided onboarding. In the code, this attribute is only used for testing. More details in https://github.com/elastic/telemetry/issues/2155.
This commit is contained in:
parent
cc52e132f3
commit
b2812f3278
2 changed files with 2 additions and 2 deletions
|
@ -205,7 +205,7 @@ export const GettingStarted = () => {
|
|||
<EuiPageTemplate.Section
|
||||
alignment="center"
|
||||
css={paddingCss}
|
||||
data-test-subj="onboarding--landing-page"
|
||||
data-test-subj="guided-onboarding--landing-page"
|
||||
>
|
||||
<EuiTitle size="l" className="eui-textCenter">
|
||||
<h1>{title}</h1>
|
||||
|
|
|
@ -57,7 +57,7 @@ export class HomePageObject extends FtrService {
|
|||
}
|
||||
|
||||
async isGuidedOnboardingLandingDisplayed() {
|
||||
return await this.testSubjects.isDisplayed('onboarding--landing-page');
|
||||
return await this.testSubjects.isDisplayed('guided-onboarding--landing-page');
|
||||
}
|
||||
|
||||
async isHomePageDisplayed() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue