Removed publishing spec only test

This commit is contained in:
Simon Backx 2022-12-08 15:30:27 +01:00
parent 7c6e9c6ecf
commit 08206f367f

View File

@ -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}) => {