Skip to content

Commit

Permalink
change set color
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely committed Jun 30, 2024
1 parent af2b82a commit c5b5d08
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions composer/node/spawner-service/test/screen-mode.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ describe('Test screen-mode endpoints', () => {
});


/*
describe('Tests for setDefaultImage', () => {
beforeAll(() => { // Remove the current wallpaper builded by the previous setBackgroundImage
fs.unlinkSync(`${roothomedir}/.config/current_wallpaper`);
Expand Down Expand Up @@ -190,9 +189,7 @@ describe('Test screen-mode endpoints', () => {

for (const imgName of wallpapers) {
it(`Should setDefaultImage and check broadcast event for img [${imgName}]`, () => {
const ws = new WebSocketClient(buri, {
host: process.env.CONTAINER_IP,
});
const ws = new WebSocketClient(buri, [],{host: process.env.CONTAINER_IP });

return new Promise(async (resolve, reject) => {
try {
Expand Down Expand Up @@ -224,6 +221,5 @@ describe('Test screen-mode endpoints', () => {
}, 20000);
}
});
*/

});

0 comments on commit c5b5d08

Please sign in to comment.