(expected)
| 347 | }) |
| 348 | |
| 349 | function verifyJson(expected) { |
| 350 | return function (actual) { |
| 351 | assert.strictEqual(JSON.stringify(actual), JSON.stringify(expected)) |
| 352 | } |
| 353 | } |
| 354 | |
| 355 | function execute() { |
| 356 | return driver.executeScript.apply(driver, arguments) |
no outgoing calls
no test coverage detected