We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f56e8 commit daef06fCopy full SHA for daef06f
tests/e2e/specs/loop.spec.js
@@ -53,9 +53,7 @@ test.describe('Feedzy Loop', () => {
53
const snackbar = await page.getByTestId('snackbar');
54
const snackbarText = await snackbar.textContent();
55
expect(snackbarText).toContain('Post published.');
56
- });
57
58
- test('visit Feedzy Loop Page', async ({ editor, page }) => {
59
await page.goto('/wp-admin/edit.php');
60
61
await page.hover('a.row-title');
0 commit comments