[Logs onboarding] landing page title (#166791)

changing the title from `Get started with observability` to `Collect and
analyze logs`.
This commit is contained in:
Yngrid Coello 2023-09-20 15:31:19 +02:00 committed by GitHub
parent af9271557f
commit 50bef40a1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -29,6 +29,6 @@ describe('[Observability onboarding] Landing page', () => {
it('when user navigates to observability onboarding landing page is showed', () => {
cy.visitKibana('/app/observabilityOnboarding');
cy.contains('Get started with Observability');
cy.contains('Collect and analyze logs');
});
});

View file

@ -89,7 +89,7 @@ export function Home() {
<EuiTitle size="l" data-test-subj="obltOnboardingHomeTitle">
<h1>
{i18n.translate('xpack.observability_onboarding.home.title', {
defaultMessage: 'Get started with Observability',
defaultMessage: 'Collect and analyze logs',
})}
</h1>
</EuiTitle>

View file

@ -13,7 +13,7 @@ describe.skip('[Serverless Observability onboarding] Landing page', () => {
it('when user navigates to observability onboarding landing page is showed', () => {
cy.visitKibana('/app/observabilityOnboarding');
cy.contains('Get started with Observability');
cy.contains('Collect and analyze logs');
});
describe('Entry point', () => {