Commit 95c696c
Fix CSS color assertions in test_lambdas.py (#1542)
Update expected RGB values to match actual component colors:
- Test case 2: Expect rgb(0, 0, 139) when 'DarkBlue' is entered
- Test case 3: Use correct initial color rgb(222, 173, 227) and expect rgb(174, 173, 227) when '#AEADE3' is entered
The test was failing because it had incorrect expected values that didn't match the actual component behavior. These changes ensure the test accurately validates the color-changing functionality of the event arguments documentation page.
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: [email protected] <[email protected]>1 parent c978625 commit 95c696c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
0 commit comments