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 12:09:54 +00:00
parent 4eeaca7ab8
commit 1f22edb47c

View file

@ -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();