Fix profile server selection activation state
This commit is contained in:
@@ -487,6 +487,7 @@ setInterval(() => {}, 60_000);
|
||||
selected.state.profiles.find(({ id }) => id === workProfileId).desiredServerId,
|
||||
testServerId,
|
||||
);
|
||||
assert.equal(selected.state.selection.desiredProfileId, workProfileId);
|
||||
assert.equal(selected.state.profiles.find(({ id }) => id === primaryProfileId).desiredServerId, testServerId);
|
||||
|
||||
const applied = await mutation('/api/apply', 'POST', {
|
||||
|
||||
Reference in New Issue
Block a user