| OLD | NEW |
| 1 CONSOLE ERROR: Uncaught (in promise) #<Object> | |
| 2 Tests that Runtime.compileScript and Runtime.runScript work with awaitPromise fl
ag. | 1 Tests that Runtime.compileScript and Runtime.runScript work with awaitPromise fl
ag. |
| 3 | 2 |
| 4 Running test: testRunAndCompileWithoutAgentEnable | 3 Running test: testRunAndCompileWithoutAgentEnable |
| 5 { | 4 { |
| 6 code : 0 | 5 code : 0 |
| 7 message : Runtime agent is not enabled | 6 message : Runtime agent is not enabled |
| 8 } | 7 } |
| 9 { | 8 { |
| 10 code : 0 | 9 code : 0 |
| 11 message : Runtime agent is not enabled | 10 message : Runtime agent is not enabled |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 text : Uncaught (in promise) | 144 text : Uncaught (in promise) |
| 146 } | 145 } |
| 147 result : { | 146 result : { |
| 148 type : object | 147 type : object |
| 149 value : { | 148 value : { |
| 150 a : 1 | 149 a : 1 |
| 151 } | 150 } |
| 152 } | 151 } |
| 153 } | 152 } |
| 154 | 153 |
| OLD | NEW |