Updating changelog + build for 3.6.4

This commit is contained in:
Jack Kingsman
2026-03-31 22:14:58 -07:00
parent fccde36ecb
commit e43584912b
7 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ test.describe('Create contact flow', () => {
await expect(page.getByRole('status', { name: 'Radio OK' })).toBeVisible();
// Open new message modal
await page.getByTitle('New Message').click();
await page.getByRole('button', { name: /add channel or contact/i }).click();
const dialog = page.getByRole('dialog');
await expect(dialog).toBeVisible();
+2 -2
View File
@@ -26,7 +26,7 @@ test.describe('Create hashtag channel flow', () => {
await expect(page.getByRole('status', { name: 'Radio OK' })).toBeVisible();
// Open new message modal
await page.getByTitle('New Message').click();
await page.getByRole('button', { name: /add channel or contact/i }).click();
const dialog = page.getByRole('dialog');
await expect(dialog).toBeVisible();
@@ -49,7 +49,7 @@ test.describe('Create hashtag channel flow', () => {
await page.goto('/');
await expect(page.getByRole('status', { name: 'Radio OK' })).toBeVisible();
await page.getByTitle('New Message').click();
await page.getByRole('button', { name: /add channel or contact/i }).click();
const dialog = page.getByRole('dialog');
await expect(dialog).toBeVisible();
@@ -37,7 +37,7 @@ test.describe('Historical packet decryption', () => {
await expect(page.getByRole('status', { name: 'Radio OK' })).toBeVisible();
// Open new message modal → Hashtag tab
await page.getByTitle('New Message').click();
await page.getByRole('button', { name: /add channel or contact/i }).click();
const dialog = page.getByRole('dialog');
await expect(dialog).toBeVisible();
await dialog.getByRole('tab', { name: /Hashtag/i }).click();