mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[APM] Skip transaction details test and removing tutorial tests (#199336)
It is what it is!
This commit is contained in:
parent
96c9b5b5d0
commit
a35f9ced3a
3 changed files with 2 additions and 39 deletions
|
@ -28,7 +28,7 @@ const policyFormFields = [
|
|||
},
|
||||
];
|
||||
|
||||
describe('when navigating to integration page', () => {
|
||||
describe.skip('when navigating to integration page', () => {
|
||||
beforeEach(() => {
|
||||
const integrationsPath = '/app/integrations/browse';
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ const timeRange = {
|
|||
rangeTo: end,
|
||||
};
|
||||
// flaky
|
||||
describe('Transaction details', () => {
|
||||
describe.skip('Transaction details', () => {
|
||||
before(() => {
|
||||
synthtrace.index(
|
||||
opbeans({
|
||||
|
|
|
@ -1,37 +0,0 @@
|
|||
/*
|
||||
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
||||
* or more contributor license agreements. Licensed under the Elastic License
|
||||
* 2.0; you may not use this file except in compliance with the Elastic License
|
||||
* 2.0.
|
||||
*/
|
||||
|
||||
describe('APM tutorial', () => {
|
||||
beforeEach(() => {
|
||||
cy.loginAsViewerUser();
|
||||
cy.visitKibana('/app/home#/tutorial/apm');
|
||||
});
|
||||
|
||||
it('includes section for APM Server', () => {
|
||||
cy.contains('APM Server');
|
||||
cy.contains('Linux DEB');
|
||||
cy.contains('Linux RPM');
|
||||
cy.contains('Other Linux');
|
||||
cy.contains('macOS');
|
||||
cy.contains('Windows');
|
||||
cy.contains('Fleet');
|
||||
});
|
||||
|
||||
it('includes section for APM Agents', () => {
|
||||
cy.contains('APM agents');
|
||||
cy.contains('Java');
|
||||
cy.contains('RUM');
|
||||
cy.contains('Node.js');
|
||||
cy.contains('Django');
|
||||
cy.contains('Flask');
|
||||
cy.contains('Ruby on Rails');
|
||||
cy.contains('Rack');
|
||||
cy.contains('Go');
|
||||
cy.contains('.NET');
|
||||
cy.contains('PHP');
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue