mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 19:27:13 +02:00
🐛 Fix weird numeration creating elements in dashboard
This commit is contained in:
parent
6be83fc6d6
commit
dd2321a37b
19 changed files with 256 additions and 239 deletions
|
@ -154,7 +154,7 @@
|
|||
(t/is (th/success? out))
|
||||
(let [[thread :as result] (:result out)]
|
||||
(t/is (= 1 (count result)))
|
||||
(t/is (= "Page-1" (:page-name thread)))
|
||||
(t/is (= "Page 1" (:page-name thread)))
|
||||
(t/is (= "hello world" (:content thread)))
|
||||
(t/is (= 2 (:count-comments thread)))
|
||||
(t/is (true? (:is-resolved thread))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue