Relevant scope
Frontend specs
Description
https://github.com/realworld-apps/realworld/blob/main/specs/e2e/error-handling.spec.ts#L634
I believe there should be
await page.route(`${API_BASE}/articles`, route => { (without / in the end)
source
In angular example there is request to https://api.realworld.show/api/articles/ with 307 Temporary Redirect (so test pass, but this request I think is incorrect)
Relevant scope
Frontend specs
Description
https://github.com/realworld-apps/realworld/blob/main/specs/e2e/error-handling.spec.ts#L634
I believe there should be
await page.route(`${API_BASE}/articles`, route => {(without / in the end)source
In angular example there is request to
https://api.realworld.show/api/articles/with 307 Temporary Redirect (so test pass, but this request I think is incorrect)