show sync button for admin
This commit is contained in:
@@ -114,8 +114,9 @@ def test_off_topic_question_deflects_honestly(
|
||||
expect(group.first).to_have_attribute("role", "list")
|
||||
# Chip component contract: brand pill, ≥44px touch target.
|
||||
chip_style = chips.first.evaluate("el => getComputedStyle(el)")
|
||||
assert chip_style["backgroundColor"] == "rgb(35, 43, 82)" # --brand-soft #232b52 (dark theme)
|
||||
assert chip_style["color"] == "rgb(165, 180, 252)" # --brand-ink #a5b4fc
|
||||
# --brand-soft #2d0a0a / --brand-ink #fca5a5 (dark-red rebrand)
|
||||
assert chip_style["backgroundColor"] == "rgb(45, 10, 10)"
|
||||
assert chip_style["color"] == "rgb(252, 165, 165)"
|
||||
box = chips.first.bounding_box()
|
||||
assert box is not None and box["height"] >= 44
|
||||
|
||||
|
||||
Reference in New Issue
Block a user