Using "response reason phrase" instead of "response phrase" in step

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-08-21 11:28:16 +02:00
parent 1540f6d3a7
commit e1590df418
2 changed files with 12 additions and 12 deletions
@@ -19,11 +19,11 @@ Feature: Routes auto-ordering after deleting in a Kapow! server.
When I delete the first route inserted When I delete the first route inserted
Then I get 200 as response code Then I get 200 as response code
And I get "OK" as response phrase And I get "OK" as response reason phrase
And I get an empty response body And I get an empty response body
When I request a routes listing When I request a routes listing
Then I get 200 as response code Then I get 200 as response code
And I get "OK" as response phrase And I get "OK" as response reason phrase
And I get a list with the following elements: And I get a list with the following elements:
""" """
[ [
@@ -60,11 +60,11 @@ Feature: Routes auto-ordering after deleting in a Kapow! server.
When I delete the last route inserted When I delete the last route inserted
Then I get 200 as response code Then I get 200 as response code
And I get "OK" as response phrase And I get "OK" as response reason phrase
And I get an empty response body And I get an empty response body
When I request a routes listing When I request a routes listing
Then I get 200 as response code Then I get 200 as response code
And I get "OK" as response phrase And I get "OK" as response reason phrase
And I get a list with the following elements: And I get a list with the following elements:
""" """
[ [
@@ -102,11 +102,11 @@ Feature: Routes auto-ordering after deleting in a Kapow! server.
When I delete the second route inserted When I delete the second route inserted
Then I get 200 as response code Then I get 200 as response code
And I get "OK" as response phrase And I get "OK" as response reason phrase
And I get an empty response body And I get an empty response body
When I request a routes listing When I request a routes listing
Then I get 200 as response code Then I get 200 as response code
And I get "OK" as response phrase And I get "OK" as response reason phrase
And I get a list with the following elements: And I get a list with the following elements:
""" """
[ [
@@ -25,7 +25,7 @@ Feature: Routes auto-ordering after inserting in a Kapow! server.
} }
""" """
Then I get 200 as response code Then I get 200 as response code
And I get "OK" as response phrase And I get "OK" as response reason phrase
And I get the following entity as response body: And I get the following entity as response body:
""" """
{ {
@@ -39,7 +39,7 @@ Feature: Routes auto-ordering after inserting in a Kapow! server.
""" """
When I request a routes listing When I request a routes listing
Then I get 200 as response code Then I get 200 as response code
And I get "OK" as response phrase And I get "OK" as response reason phrase
And I get a list with the following elements: And I get a list with the following elements:
""" """
[ [
@@ -85,7 +85,7 @@ Feature: Routes auto-ordering after inserting in a Kapow! server.
} }
""" """
Then I get 200 as response code Then I get 200 as response code
And I get "OK" as response phrase And I get "OK" as response reason phrase
And I get the following entity as response body: And I get the following entity as response body:
""" """
{ {
@@ -99,7 +99,7 @@ Feature: Routes auto-ordering after inserting in a Kapow! server.
""" """
When I request a routes listing When I request a routes listing
Then I get 200 as response code Then I get 200 as response code
And I get "OK" as response phrase And I get "OK" as response reason phrase
And I get a list with the following elements: And I get a list with the following elements:
""" """
[ [
@@ -146,7 +146,7 @@ Feature: Routes auto-ordering after inserting in a Kapow! server.
} }
""" """
Then I get 200 as response code Then I get 200 as response code
And I get "OK" as response phrase And I get "OK" as response reason phrase
And I get the following entity as response body: And I get the following entity as response body:
""" """
{ {
@@ -160,7 +160,7 @@ Feature: Routes auto-ordering after inserting in a Kapow! server.
""" """
When I request a routes listing When I request a routes listing
Then I get 200 as response code Then I get 200 as response code
And I get "OK" as response phrase And I get "OK" as response reason phrase
And I get a list with the following elements: And I get a list with the following elements:
""" """
[ [