MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / seeResponseCodeIsRedirection

Method seeResponseCodeIsRedirection

lib/helper/JSONResponse.js:125–128  ·  view source on GitHub ↗

* Checks that the response code is 3xx

()

Source from the content-addressed store, hash-verified

123 * Checks that the response code is 3xx
124 */
125 seeResponseCodeIsRedirection() {
126 this._checkResponseReady()
127 assert(this.response.status >= 300 && this.response.status < 400)
128 }
129
130 /**
131 * Checks that the response code is 5xx

Callers 1

Calls 1

_checkResponseReadyMethod · 0.95

Tested by

no test coverage detected