pairwise-tech / pairwise

The Pairwise Codebase
https://app.pairwise.tech
6 stars 0 forks source link

Update CSS classes challenge with video #174

Closed iansinnott closed 4 years ago

iansinnott commented 4 years ago
iansinnott commented 4 years ago

@bonham000 I whitelisted that challenge so it doesn't get tested. I'm not sure how to get around the failure other than removing the test. It checks if p tags have a white color but in the github actions env it fails. It oddly doesn't fail locally (and of course doesn't fail in a real browser).

Not sure how i could rewrite this in a different way such that it works in CI:

expect(getStyle(el, "color")).toBe(cssColor('white'));