mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-09 10:13:02 +02:00
Drop frequency of contact sync task, make standard polling opt-in only
This commit is contained in:
@@ -179,13 +179,13 @@ describe('SettingsModal', () => {
|
||||
expect(screen.queryByLabelText('Preset')).not.toBeInTheDocument();
|
||||
});
|
||||
|
||||
it('shows favorite-first contact sync helper text in radio tab', async () => {
|
||||
it('shows favorite-contact radio sync helper text in radio tab', async () => {
|
||||
renderModal();
|
||||
openRadioSection();
|
||||
|
||||
expect(
|
||||
screen.getByText(
|
||||
/Favorite contacts load first, then recent non-repeater contacts until this\s+limit is reached/i
|
||||
/Favorite contacts stay loaded on the radio for DM ACK support up to this limit/i
|
||||
)
|
||||
).toBeInTheDocument();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user