mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Removed publishing spec only test
This commit is contained in:
parent
7c6e9c6ecf
commit
08206f367f
@ -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}) => {
|
||||
|
Loading…
Reference in New Issue
Block a user