mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-30 20:15:22 +00:00
fix(tests): update E2E navigation test to check for "off-grid communication" text instead of "Secure, local-first communication" for improved accuracy
This commit is contained in:
@@ -8,7 +8,7 @@ test.describe("Getting started (tutorial page)", () => {
|
||||
await expect(page.getByRole("heading", { name: /Welcome to\s*MeshChatX/i }).first()).toBeVisible({
|
||||
timeout: 30000,
|
||||
});
|
||||
await expect(page.getByText(/Secure,\s*local-first communication/i).first()).toBeVisible({
|
||||
await expect(page.getByText(/off-grid communication/i).first()).toBeVisible({
|
||||
timeout: 10000,
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user