simpleshop_theme/test/simpleshop_theme_web
Jamey Greenwood 7491c34723 test: add CSS consistency tests for shop and preview
Add tests to verify that:
- Both .shop-root and .preview-frame have theme data attributes
- Theme settings changes are reflected on shop pages
- CSS file has correct selectors for both contexts
- Generated CSS cache includes all theme variables

These tests catch regressions like the selector issue where
.preview-frame[data-mood="warm"] was incorrectly transformed to
.preview-frame, .shop-root[data-mood="warm"] instead of
.preview-frame[data-mood="warm"], .shop-root[data-mood="warm"]

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 16:28:22 +00:00
..
controllers feat: add shop storefront with optimized theme CSS 2026-01-17 16:19:35 +00:00
live test: add CSS consistency tests for shop and preview 2026-01-17 16:28:22 +00:00
user_auth_test.exs mix phx.gen.auth Accounts User users 2025-12-30 12:26:46 +00:00