Change names of community MQTT

This commit is contained in:
Jack Kingsman
2026-03-06 22:14:11 -08:00
parent da22eb5c48
commit d214da41c6
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -84,7 +84,9 @@ describe('SettingsFanoutSection', () => {
fireEvent.click(screen.getByRole('button', { name: 'Add Integration' }));
expect(screen.getByRole('menuitem', { name: 'Private MQTT' })).toBeInTheDocument();
expect(screen.getByRole('menuitem', { name: 'Community MQTT/mesh2mqtt' })).toBeInTheDocument();
expect(
screen.getByRole('menuitem', { name: 'meshtomqtt/LetsMesh/MeshRank' })
).toBeInTheDocument();
expect(screen.getByRole('menuitem', { name: 'Webhook' })).toBeInTheDocument();
expect(screen.getByRole('menuitem', { name: 'Apprise' })).toBeInTheDocument();
expect(screen.getByRole('menuitem', { name: 'Bot' })).toBeInTheDocument();