Files
kokken/docs/SAVE_CHEF_IMAGE.md
Alex Polo 570c41f465 Add comprehensive Playwright tests for calendar functionality
- Implemented tests for debugging browser cache vs server response.
- Verified calendar displays correct dates for November 2025.
- Added visual inspection screenshot for calendar layout.
- Created tests to ensure calendar fits within its container.
- Checked for correct styling of available and blocked dates.
- Debugged login form behavior and cookie handling.
- Added tests for forced browser refresh and cache verification.
- Conducted visual tests to compare actual calendar layout with expected.
- Enhanced logging for better traceability during test execution.
2025-11-07 14:09:22 +01:00

619 B

Save Chef Profile Image

Quick Instructions

The chef's profile image has been uploaded to the conversation.

Save it as: /home/alex/git/warme/public/img/christian-warme.jpg

Manual Steps:

  1. Right-click the image in the conversation
  2. Save as: christian-warme.jpg
  3. Move to: /home/alex/git/warme/public/img/

OR use this command after downloading:

cp ~/Downloads/christian-warme.jpg /home/alex/git/warme/public/img/

Then rebuild:

cd /home/alex/git/warme
npm run build
pm2 restart warme

The profile page at /om-christian is already configured to use this image!