diff --git a/bigbluebutton-html5/tests/puppeteer/presentation/slide.js b/bigbluebutton-html5/tests/puppeteer/presentation/slide.js
index 1d6ebd9824d25d139a9fe583e489f1e3a9c68d07..99e706adf87f9ff88e9b015c64e00273f7166c28 100644
--- a/bigbluebutton-html5/tests/puppeteer/presentation/slide.js
+++ b/bigbluebutton-html5/tests/puppeteer/presentation/slide.js
@@ -32,7 +32,7 @@ class Slide extends Page {
     console.log(svg2);
 
     // TODO: Check test
-    return true;
+    return svg0 !== svg1 && svg1 !== svg2;
   }
 
   async getTestElements() {
diff --git a/bigbluebutton-html5/tests/puppeteer/presentation/upload.js b/bigbluebutton-html5/tests/puppeteer/presentation/upload.js
index 93cfc7629dea0d8c7377dc2830ff908770487f38..a2bc460e93a9a5303ecb3d8b1e6d87141370320f 100644
--- a/bigbluebutton-html5/tests/puppeteer/presentation/upload.js
+++ b/bigbluebutton-html5/tests/puppeteer/presentation/upload.js
@@ -38,7 +38,7 @@ class Upload extends Page {
     console.log(slides1.svg);
 
     // TODO: Check test
-    return true;
+    return slides0.svg !== slides1.svg;
   }
 
   async getTestElements() {