LNasyaS / ALTA-QE14-API-Testing-Group2-Todoist

0 stars 0 forks source link

[API TESTING] Get a project with invalid id #14

Closed LNasyaS closed 7 months ago

LNasyaS commented 7 months ago

Scenario: Get a project with id that does not exist Given Get project with invalid id "2203306141" When Send request get project Then Status code should be 404 And Response body error should be "Project not found"