mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Removed publishing spec only test
This commit is contained in:
parent
7c6e9c6ecf
commit
08206f367f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue