mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
fix newly introduced type error (#107593)
This commit is contained in:
parent
e4e22ab928
commit
65a5cb1476
1 changed files with 0 additions and 7 deletions
|
@ -7,7 +7,6 @@
|
|||
|
||||
import url from 'url';
|
||||
import archives_metadata from '../../fixtures/es_archiver/archives_metadata';
|
||||
import { esArchiverLoad, esArchiverUnload } from '../../tasks/es_archiver';
|
||||
|
||||
const { start, end } = archives_metadata['apm_8.0.0'];
|
||||
|
||||
|
@ -28,12 +27,6 @@ const apisToIntercept = [
|
|||
];
|
||||
|
||||
describe('Home page', () => {
|
||||
before(() => {
|
||||
// esArchiverLoad('apm_8.0.0');
|
||||
});
|
||||
after(() => {
|
||||
// esArchiverUnload('apm_8.0.0');
|
||||
});
|
||||
beforeEach(() => {
|
||||
cy.loginAsReadOnlyUser();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue