flopezag / qa-fiware-tutorials

“As ironic as it seems, the challenge of a tester is to test as little as possible. Test less, but test smarter.” — Federico Toledo
Apache License 2.0
1 stars 2 forks source link

Redefine some steps to reflect properly data in the definition #35

Open flopezag opened 1 year ago

flopezag commented 1 year ago

Currently, there are some steps definition that do not clear is the information is data or simple sentence content. Following the Gherkin style, any data should be enclosed with quotation. E.g.

And  I set header Content-Type to application/ld+json

it should be written as

And  I set header Content-Type to "application/ld+json"