mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-30 19:18:45 -06:00
don’t truncate xhr urls in command log (#2004)
This commit is contained in:
committed by
Brian Mann
parent
8aa1922c13
commit
ace7e97675
@@ -141,7 +141,7 @@ startXhrServer = (cy, state, config) ->
|
||||
indicator ?= if /^2/.test(status) then "successful" else "bad"
|
||||
|
||||
{
|
||||
message: "#{xhr.method} #{status} #{_.truncate(stripOrigin(xhr.url), { length: 20 })}"
|
||||
message: "#{xhr.method} #{status} #{stripOrigin(xhr.url)}"
|
||||
indicator: indicator
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user