Browse Source

Tests(DPxAI): update test for quest02 colorful-legs

pull/2706/head
Louis TOUSSAINT 1 month ago committed by Oumaima Fisaoui
parent
commit
1aa9c5272c
  1. 3
      dom/colorful-legs_test.js

3
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 }) => {

Loading…
Cancel
Save