feature(cloudcmd) showKeysPanel -> keysPanel

This commit is contained in:
coderaiser 2017-07-26 18:05:05 +03:00
parent ab83db8059
commit 745e9b732c
9 changed files with 28 additions and 7 deletions

View file

@ -157,7 +157,7 @@ test('cloudcmd: route: buttons: one panel mode: move', (t) => {
test('cloudcmd: route: keys panel: hide', (t) => {
const config = {
showKeysPanel: false
keysPanel: false
};
before({config}, (port, after) => {
@ -172,7 +172,7 @@ test('cloudcmd: route: keys panel: hide', (t) => {
test('cloudcmd: route: keys panel', (t) => {
const config = {
showKeysPanel: true
keysPanel: true
};
before({config}, (port, after) => {