revert cypress (#103658)

This commit is contained in:
Angela Chuang 2021-06-29 16:24:30 +01:00 committed by GitHub
parent 0ba4153d4b
commit 2f4b9f5916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,12 +21,10 @@ import { createCase } from '../../tasks/api_calls/cases';
describe('attach timeline to case', () => {
context('without cases created', () => {
beforeEach((done) => {
beforeEach(() => {
cleanKibana();
createTimeline(timeline).then((response) => {
cy.wrap(response.body.data.persistTimeline.timeline).as('myTimeline');
done();
});
});