Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: docs
> ./e2e/tests/nuxt/mount.spec.ts
import { test, expect } from '@playwright/test';
test('mounts the editor from the Nuxt module', async ({ page }) => {
await page.goto('http://localhost:3002/');
// The module registers <DocxEditor> client-only; it hydrates in the browser.
await expect(page.locator('.docx-editor-vue')).toBeVisible();
await expect(page.locator('.paged-editor__pages')).toBeVisible();
await expect(page.getByText('Open DOCX')).toBeVisible();
});