Skip to content

Instantly share code, notes, and snippets.

View nicomollet's full-sized avatar

Nico Mollet nicomollet

View GitHub Profile
@nicomollet
nicomollet / ab-test-ac3-ajax-persistence.png
Last active June 24, 2026 14:47
QA screenshots — PR #5993 A/B checkout variant
ab-test-ac3-ajax-persistence.png
@nicomollet
nicomollet / revert-5564-BR.png
Last active June 24, 2026 08:34
QA screenshots — PR #5993 revert-5564
revert-5564-BR.png
@nicomollet
nicomollet / revert-5564-BR.png
Last active June 24, 2026 08:20
QA screenshots — PR #5993 revert-5564
revert-5564-BR.png
@nicomollet
nicomollet / 5955-after-account-fr.png
Last active June 17, 2026 09:07
QA screenshots — PR #5962 — #5955 fr_FR translation fallback
5955-after-account-fr.png
@nicomollet
nicomollet / QA-5942-evidence.md
Created June 11, 2026 17:01
QA #5942 — E2E browser test screenshots

QA #5942 — E2E Test Evidence

Screenshots taken during the QA run

1. Baseline: Never Cache list WITHOUT /pricing/

  • wpr-wcpbc-price-cache script IS enqueued on pricing page (AC2 baseline)
  • Prices display: €299, €119, €30

2. AC1 + AC3: Never Cache WITH /pricing/ added

  • wpr-wcpbc-price-cache script is NOT present in loaded scripts
@nicomollet
nicomollet / e2e-5913-consent-banner.png
Last active June 9, 2026 13:37
QA screenshots — PR #5914 fix/5913-termly-gtm-header
@nicomollet
nicomollet / 5907-en-pricing-regression.png
Created June 8, 2026 10:49
QA screenshots — PR #5907 [ja] Pricing page empty strings fix
5907-en-pricing-regression.png
@nicomollet
nicomollet / 5449-blog-author-block.png
Last active June 3, 2026 10:32
wp-rocket.me QA screenshots
5449-blog-author-block.png
@nicomollet
nicomollet / button-datamodal.js
Last active November 14, 2023 13:29
WordPress block editor: add data-modal attribute to button block.
/**
* Button block, add a "data-modal" attribute.
*
* @author Nicolas Mollet, inspired by Marie Comet
* @see https://mariecomet.fr/en/2021/12/14/adding-options-controls-existing-gutenberg-block/
*/
const { __ } = wp.i18n;
// Enable custom attributes on Button block
const enableSidebarSelectOnBlocks = [
@nicomollet
nicomollet / YoutubeMusicScript.user.js
Last active May 13, 2024 09:30
YouTube Music userscript: moves the Save to library button in the player bar
// ==UserScript==
// @name YouTubeMusicScript
// @description YouTubeMusicScript
// @include http://music.youtube.com/*
// @autho Nicolas Mollet
// @version 1.2
// ==/UserScript==
// Observe play-button clicks.