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

This commit is contained in:
Louis TOUSSAINT 2024-08-21 16:05:58 +02:00 committed by Oumaima Fisaoui
parent 25533f14ee
commit 1aa9c5272c
1 changed files with 0 additions and 3 deletions

View File

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