Fix onboard K1 enrollment continuity and share named acquisition preparation
This commit is contained in:
@@ -195,3 +195,12 @@ test('lost BLE candidate tells the operator to rescan without blaming Ethernet o
|
||||
assert.match(notice,/Настройки Wi-Fi не были отправлены/);
|
||||
assert.doesNotMatch(notice,/пароль|Ethernet/);
|
||||
});
|
||||
|
||||
|
||||
test('pending enrollment is presented by its action button without a second notice',()=>{
|
||||
for(const phase of ['connecting','network_applied']){
|
||||
assert.equal(api.enrollmentNotice({...initial,connection_attempt:{
|
||||
schema_version:'missioncore.xgrids-k1-connection-attempt/v1',attempt_id:'test',status:'running',phase,
|
||||
}}),'');
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user