feat: release passwordless hierarchical APT v1.2.5
This commit is contained in:
@@ -40,6 +40,7 @@ test('renderer uses one hierarchy request and no parallel flat discovery', () =>
|
||||
assert.match(renderer, /electronAPI\.getDeviceHierarchy\(\)/);
|
||||
assert.doesNotMatch(renderer, /electronAPI\.getDevices\(|electronAPI\.getDeviceSites\(|Promise\.all\(\s*\[\s*window\.electronAPI\.get/);
|
||||
assert.doesNotMatch(renderer, /\ballDevices\b|\ballSites\b|\bcollapsedSites\b|groupDevicesBySite/);
|
||||
assert.doesNotMatch(renderer, /Selected camera is hidden|hidden by the current view/i);
|
||||
assert.match(renderer, /loadGeneration/);
|
||||
assert.match(renderer, /generation\s*!==\s*loadGeneration/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user