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
4eeaca7ab8
commit
1f22edb47c
1 changed files with 0 additions and 2 deletions
|
@ -274,8 +274,6 @@ test.describe('Publishing', () => {
|
|||
const response = await testPage.goto('/unschedule-post-test/');
|
||||
expect(response.status()).toBe(404);
|
||||
|
||||
await page.pause();
|
||||
|
||||
// Now unschedule this post
|
||||
await page.locator('[data-test-button="update-flow"]').click();
|
||||
await page.locator('[data-test-button="revert-to-draft"]').click();
|
||||
|
|
Loading…
Add table
Reference in a new issue