mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 09:26:38 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
2ea81c0114
49 changed files with 788 additions and 519 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