diff --git a/x-pack/legacy/plugins/siem/cypress/integration/smoke_tests/fields_browser/fields_browser.spec.ts b/x-pack/legacy/plugins/siem/cypress/integration/smoke_tests/fields_browser/fields_browser.spec.ts index 1d4a7fae2caa10..2889d78891a062 100644 --- a/x-pack/legacy/plugins/siem/cypress/integration/smoke_tests/fields_browser/fields_browser.spec.ts +++ b/x-pack/legacy/plugins/siem/cypress/integration/smoke_tests/fields_browser/fields_browser.spec.ts @@ -126,7 +126,7 @@ describe('Fields Browser', () => { }); }); - context.only('Editing the timeline', () => { + context('Editing the timeline', () => { before(() => { loginAndWaitForPage(HOSTS_PAGE); openTimeline();