Adjustments to smoke test

This commit is contained in:
Borys Levytskyi
2015-04-12 13:44:35 +03:00
parent 3570cfc488
commit 35474ae224

View File

@@ -42,6 +42,10 @@ describe('launch of application', function() {
.then(function() { return sendCommand('0x1 0xf')})
.then(function() { return sendCommand('0x1 | 0xf')})
.then(function() { return sendCommand('0x1 ^ 123')})
.then(function() { return sendCommand('em')})
.then(function() { return sendCommand('em')})
.then(function() { return sendCommand('dark')})
.then(function() { return sendCommand('light')})
.then(assertNoErrors);
});