Skip to content

Commit

Permalink
Update examples.feature (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooodle authored Aug 3, 2024
1 parent 0ed4c16 commit 0f60974
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cucumber/features/examples.feature
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ Feature: API Validation
| threshold | 90 |
| whitePercent | 99.9 |
When I send the API request to the endpoint "/api/v1/misc/remove-blanks"
Then the response content type should be "application/pdf"
Then the response content type should be "application/octet-stream"
And the response file should have extension ".zip"
And the response ZIP should contain 2 files
And the response file should have size greater than 0
And the response PDF should contain 0 pages
And the response status code should be 200

@positive @flatten
Scenario: Flatten PDF
Expand Down Expand Up @@ -127,4 +127,4 @@ Feature: API Validation
And the response PDF metadata should include "Title" as "Sample Title"
And the response status code should be 200



0 comments on commit 0f60974

Please sign in to comment.