From 1aa9c5272cadf2fbb32e765d97d58b089966f38a Mon Sep 17 00:00:00 2001 From: Louis TOUSSAINT Date: Wed, 21 Aug 2024 16:05:58 +0200 Subject: [PATCH] Tests(DPxAI): update test for quest02 colorful-legs --- dom/colorful-legs_test.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/dom/colorful-legs_test.js b/dom/colorful-legs_test.js index 7fb6da1fe..13e815e90 100644 --- a/dom/colorful-legs_test.js +++ b/dom/colorful-legs_test.js @@ -11,9 +11,6 @@ tests.push(async ({ eq, page }) => { // Check if both legs have been assigned the same new color eq(legLeftColor, legRightColor) - - // Ensure the new color is not black - eq(legLeftColor !== 'rgb(0, 0, 0)', true, 'The color of the legs should not be black') }) tests.push(async ({ eq, page }) => {