mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-30 12:01:06 -05:00
driver: comment out dead code [skip ci]
This commit is contained in:
@@ -62,8 +62,7 @@ create = (state, queue, retryFn) ->
|
||||
|
||||
## grab all of the queued commands which are
|
||||
## assertions and match our current chainerId
|
||||
# assertions.push(cmd)
|
||||
if cmd.is("assertion")# and cmd.get("chainerId") is current.get("chainerId")
|
||||
if cmd.is("assertion")
|
||||
assertions.push(cmd)
|
||||
else
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user