mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-03-28 17:43:05 +01:00
Reorder themes
This commit is contained in:
@@ -8,7 +8,7 @@ test.describe('Health & UI basics', () => {
|
||||
await expect(page.getByRole('status', { name: 'Radio OK' })).toBeVisible();
|
||||
|
||||
// Sidebar is visible with key sections
|
||||
await expect(page.getByRole('heading', { name: 'Conversations' })).toBeVisible();
|
||||
await expect(page.getByRole('navigation', { name: 'Conversations' })).toBeVisible();
|
||||
await expect(page.getByText('Packet Feed')).toBeVisible();
|
||||
await expect(page.getByText('Node Map')).toBeVisible();
|
||||
});
|
||||
|
||||
@@ -34,7 +34,7 @@ test.describe('Sidebar search/filter', () => {
|
||||
await expect(page.getByText(nameB, { exact: true })).toBeVisible();
|
||||
|
||||
// Type partial name to filter
|
||||
const searchInput = page.getByPlaceholder('Search...');
|
||||
const searchInput = page.getByLabel('Search conversations');
|
||||
await searchInput.fill(`alpha${suffix}`);
|
||||
|
||||
// Only nameA should be visible
|
||||
|
||||
Reference in New Issue
Block a user