Track outbound device traffic deltas
This commit is contained in:
@@ -29,6 +29,7 @@ test('server picker has one public feature owner without legacy shims', () => {
|
||||
assert.match(overview, /const selectedServerId = desiredProfile\?\.desiredServerId \|\| ''/);
|
||||
assert.match(overview, /function selectServer\(profile: ProfileSnapshot, serverId: string\)[\s\S]*if \(connected && !gatewayDirect\)[\s\S]*onApply\(profile\.id, serverId\)[\s\S]*onSelectProfileServer\(profile\.id, serverId\)/);
|
||||
assert.match(overview, /selectedServerId=\{pickerState\.selectedServerId\}/);
|
||||
assert.doesNotMatch([picker, overview, styles].join('\n'), /client-server-prompt|prompt=\{|prompt: boolean/);
|
||||
});
|
||||
|
||||
const fixtures = (count) => Array.from({ length: count }, (_, index) => ({
|
||||
|
||||
Reference in New Issue
Block a user