Add one more test for user in categories page
This commit is contained in:
parent
b26085cbd0
commit
0d63fef0f7
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue