Skip to content

Commit

Permalink
Update default testing library files
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorin95670 committed Sep 26, 2024
1 parent 4af6c34 commit 41cf04f
Show file tree
Hide file tree
Showing 4 changed files with 394 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/features/Library.feature
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ Feature: Library feature

# Check if library templates are created
When I request "/libraries/templates" with method "GET"
Then I expect "200" as status code
And I expect response field "totalElements" is "3" as "number"
Then I expect "206" as status code
And I expect response field "totalElements" is "33" as "number"

# Delete library
When I request "/libraries/[libraryId]" with method "DELETE"
Expand Down
Loading

0 comments on commit 41cf04f

Please sign in to comment.