0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Removed errant page.pause()

This commit is contained in:
Kevin Ansfield 2022-12-08 11:27:21 +00:00
parent 8e9245bb91
commit 9d434b8105

View file

@ -177,7 +177,6 @@ test.describe('Publishing', () => {
await createPost(adminPage, {title: 'Testing publish update', body: 'This is the initial published text.'}); await createPost(adminPage, {title: 'Testing publish update', body: 'This is the initial published text.'});
const frontendPage = await publishPost(adminPage); const frontendPage = await publishPost(adminPage);
await frontendPage.pause();
const frontendBody = frontendPage.locator('main > article > section > p'); const frontendBody = frontendPage.locator('main > article > section > p');
const frontendHeader = frontendPage.locator('main > article > header'); const frontendHeader = frontendPage.locator('main > article > header');