Add one more test for user in categories page

This commit is contained in:
Joey Yakimowich-Payne 2020-02-24 18:57:33 -07:00 committed by Andreas Rumpf
commit 0d63fef0f7

View file

@ -49,6 +49,11 @@ proc categoriesUserTests(session: Session, baseUrl: string) =
checkIsNone "#add-category"
test "no category add available category page":
with session:
click "#categories-btn"
checkIsNone "#add-category"
test "can create category thread":
with session:
click "#new-thread-btn"