Sélecteur pour le thème d'icone

This commit is contained in:
2015-08-31 23:08:56 +02:00
parent 5cd3fafb5e
commit 1c0a4e9f13
8 changed files with 97 additions and 34 deletions

View File

@ -21,7 +21,7 @@ DesktopSuite.findIconThemes = function(test) {
DesktopSuite.findIcon = function(test) {
DesktopApps.findIcon('atom')
DesktopApps.findIcon('phpmyadmin')
.then(function(iconPath) {
console.log('findIcon', iconPath);
test.done();