Skip to content

Commit

Permalink
Tests(DPxAI): update test for quest02 colorful-legs
Browse files Browse the repository at this point in the history
  • Loading branch information
lotoussa authored and Oumaimafisaoui committed Aug 30, 2024
1 parent 25533f1 commit 1aa9c52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dom/colorful-legs_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => {
Expand Down

0 comments on commit 1aa9c52

Please sign in to comment.