Given
I am authorized with a user with "administrator" role
0.248
When
I make a request to update a post with the following query params
0.231
content |
title |
excerpt |
TestNG WordPress Content Updated |
TestNG WordPress Title Updated |
TestNG WordPress Excerpt Updated |
Then
response should be "HTTP/1.1 200 OK"
0.000
And
response should be valid and have a body
0.000
And
proper post id should be returned
0.005
And
content should be correct
0.003
And
title should be correct
0.005
And
excerpt should be correct
0.003