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:
parent
8e9245bb91
commit
9d434b8105
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ test.describe('Publishing', () => {
|
|||
|
||||
await createPost(adminPage, {title: 'Testing publish update', body: 'This is the initial published text.'});
|
||||
const frontendPage = await publishPost(adminPage);
|
||||
await frontendPage.pause();
|
||||
const frontendBody = frontendPage.locator('main > article > section > p');
|
||||
const frontendHeader = frontendPage.locator('main > article > header');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue