Skip to content

Commit f9702ce

Browse files
committed
docs: address review feedback in implementation plan
1 parent 611dc80 commit f9702ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/superpowers/plans/2026-03-11-creative-mode-fal-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Expected: PASS (current sanitizer does not strip `<img>` tags at all, so placeho
6868

6969
- [ ] **Step 3: Write the failing test — `blocksImgWithSrcAttribute`**
7070

71-
Update the existing `sanitizePreservesImgWithHttpSrc` test (lines 431-437) to expect **removal**:
71+
**Delete** the existing `sanitizePreservesImgWithHttpSrc` test (lines 430-437) and replace it with:
7272

7373
```php
7474
#[Test]
@@ -149,7 +149,7 @@ git commit -m "feat: sanitizer blocks <img src>, allows <img data-image-slot> pl
149149

150150
In `Tests/Unit/Service/ContentGeneratorServiceValidationTest.php`:
151151

152-
Replace `validateCreativeSectionsSetsEmptyImageFields` (lines 264-276) with:
152+
**Delete** `validateCreativeSectionsSetsEmptyImageFields` (lines 263-276, including the `#[Test]` attribute) and replace with:
153153

154154
```php
155155
#[Test]

0 commit comments

Comments
 (0)