mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-07-06 18:01:22 +02:00
Fix an e2e test and add a warning about nodes not showing up on community listings
This commit is contained in:
@@ -62,7 +62,7 @@ test.describe('Contacts sidebar & info pane', () => {
|
||||
// Scope to the Contact Info pane to avoid matching the header pubkey
|
||||
const infoPane = page.getByLabel('Contact Info');
|
||||
await expect(infoPane.locator('[title="Click to copy"]')).toBeVisible({ timeout: 10_000 });
|
||||
await expect(infoPane.getByText(named.public_key.slice(0, 8))).toBeVisible();
|
||||
await expect(infoPane.getByText(named.public_key.slice(0, 8)).first()).toBeVisible();
|
||||
});
|
||||
|
||||
test('copy public key from contact info pane', async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user