mirror of
https://github.com/penpot/penpot.git
synced 2026-09-09 13:39:02 +00:00
🐛 Fix tests for remove swap slots
This commit is contained in:
parent
6f93db034f
commit
8deb799c3d
@ -40,4 +40,4 @@
|
|||||||
(filter #(= id (val %)))
|
(filter #(= id (val %)))
|
||||||
(map key)
|
(map key)
|
||||||
(first))
|
(first))
|
||||||
(str "<no-label #" (subs id (- (count id) 6)) ">")))
|
(str "<no-label #" (subs (str id) (- (count (str id)) 6)) ">")))
|
||||||
|
|||||||
@ -17,7 +17,8 @@
|
|||||||
[common-tests.helpers.compositions :as tho]
|
[common-tests.helpers.compositions :as tho]
|
||||||
[common-tests.helpers.files :as thf]
|
[common-tests.helpers.files :as thf]
|
||||||
[common-tests.helpers.ids-map :as thi]
|
[common-tests.helpers.ids-map :as thi]
|
||||||
[common-tests.helpers.shapes :as ths]))
|
[common-tests.helpers.shapes :as ths]
|
||||||
|
[cuerdas.core :as str]))
|
||||||
|
|
||||||
(t/use-fixtures :each thi/test-fixture)
|
(t/use-fixtures :each thi/test-fixture)
|
||||||
|
|
||||||
@ -355,7 +356,7 @@
|
|||||||
(->> (vals (:objects page))
|
(->> (vals (:objects page))
|
||||||
(filter #(and (= (:name %) (:name original-shape))
|
(filter #(and (= (:name %) (:name original-shape))
|
||||||
(= (:parent-id %) (:parent-id original-shape))
|
(= (:parent-id %) (:parent-id original-shape))
|
||||||
(nil? (thi/label (:id %)))))
|
(str/starts-with? (thi/label (:id %)) "<no-label")))
|
||||||
first))
|
first))
|
||||||
|
|
||||||
(t/deftest test-remove-swap-slot-duplicating-blue1
|
(t/deftest test-remove-swap-slot-duplicating-blue1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user