#108 Fix colorpicker for Diorite

This commit is contained in:
Grégoire Sage
2016-07-08 14:56:45 -07:00
committed by Keegan Lillo
parent ae31f9737f
commit 5d6e070e01
2 changed files with 25 additions and 2 deletions
+22
View File
@@ -434,6 +434,28 @@ describe('component - color', function() {
suffix: ''
}
});
testAutoLayout('diorite', standardLayouts.BLACK_WHITE, false, '', {
platform: 'diorite',
model: 'qemu_platform_diorite',
language: 'en_US',
firmware: {
major: 4,
minor: 0,
patch: 0,
suffix: ''
}
});
testAutoLayout('diorite', standardLayouts.GRAY, true, '', {
platform: 'diorite',
model: 'qemu_platform_diorite',
language: 'en_US',
firmware: {
major: 4,
minor: 0,
patch: 0,
suffix: ''
}
});
testCustomLayout();
testCustomLayout('COLOR');