Add playwright test for disabling adding fills

This commit is contained in:
Belén Albeza 2025-05-27 17:49:24 +02:00
parent 170d35dde2
commit 7d5739b663
4 changed files with 331 additions and 224 deletions

View file

@ -66,8 +66,6 @@
([attrs fill-data render-id index type]
(add-fill! attrs fill-data render-id index type "none"))
([attrs fill-data render-id index type fill-default]
;; TODO: check for MAX-FILLS
(js/console.log "add_fill!" (clj->js fill-data))
(let [index (if (some? index) (dm/str "-" index) "")]
(cond
(contains? fill-data :fill-image)