“/login” And I fill “username” with “jfox” And I fill “password” with “$3cr3t” And I press “Login” And I go to “/profile” And I click on “Avatars” And I click on “Cool Dude” When I click “Save” Then I should see “Avatar: Cool Dude” Anti-patterns 9
OAuth access token And and my request route is “/api/user/12” When I issue a “GET” request Then my response should be “200” And my response body should contain “jfox” Anti-patterns 9