simpleshop_theme/test
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
..
simpleshop_theme fix: resolve compilation warnings and update tests to match implementation 2026-01-15 22:36:15 +00:00
simpleshop_theme_web test: add CSS consistency tests for shop and preview 2026-01-17 16:28:22 +00:00
support mix phx.gen.auth Accounts User users 2025-12-30 12:26:46 +00:00
test_helper.exs mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00