diff --git a/ghost/core/test/e2e-browser/admin/publishing.spec.js b/ghost/core/test/e2e-browser/admin/publishing.spec.js index 5e2b54d9f8..50dd5ced75 100644 --- a/ghost/core/test/e2e-browser/admin/publishing.spec.js +++ b/ghost/core/test/e2e-browser/admin/publishing.spec.js @@ -197,7 +197,7 @@ const openPublishedPostBookmark = async (page) => { return frontendPage; }; -test.describe.only('Publishing', () => { +test.describe('Publishing', () => { test.describe('Publish post', () => { // Post should be available on web and sent as a newsletter test('Publish and Email', async ({page}) => {