mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-06 08:43:36 +02:00
Fix typo and disable autocomplete
This commit is contained in:
@@ -36,7 +36,7 @@ test.describe('Reopen last conversation (device-local)', () => {
|
||||
).toBeVisible();
|
||||
|
||||
await page.getByRole('button', { name: 'Settings' }).click();
|
||||
await page.getByRole('button', { name: /Database & Interfacr/i }).click();
|
||||
await page.getByRole('button', { name: /Database & Interface/i }).click();
|
||||
await page.getByLabel('Reopen to last viewed channel/conversation').check();
|
||||
await page.getByRole('button', { name: 'Back to Chat' }).click();
|
||||
|
||||
@@ -57,7 +57,7 @@ test.describe('Reopen last conversation (device-local)', () => {
|
||||
).toBeVisible();
|
||||
|
||||
await page.getByRole('button', { name: 'Settings' }).click();
|
||||
await page.getByRole('button', { name: /Database & Interfacr/i }).click();
|
||||
await page.getByRole('button', { name: /Database & Interface/i }).click();
|
||||
|
||||
const reopenToggle = page.getByLabel('Reopen to last viewed channel/conversation');
|
||||
await reopenToggle.check();
|
||||
|
||||
Reference in New Issue
Block a user