| CRITICAL | test/unit/@node-red/util/lib/log_spec.js | 69 | console.log.calledOnce.should.be.true(); |
| CRITICAL | test/unit/@node-red/util/lib/log_spec.js | 90 | console.log.calledOnce.should.be.true(); |
| CRITICAL | test/unit/@node-red/util/lib/log_spec.js | 95 | console.log.calledOnce.should.be.true(); |
| CRITICAL | test/unit/@node-red/util/lib/util_spec.js | 130 | cloned.object.subobject.should.not.equal(msg.object.subobject); |
| CRITICAL | test/unit/@node-red/util/lib/util_spec.js | 216 | msg.a.b.c.should.eql('bar'); |
| CRITICAL | test/unit/@node-red/util/lib/util_spec.js | 222 | msg.a.b.c.should.eql('bar'); |
| CRITICAL | test/unit/@node-red/util/lib/util_spec.js | 331 | msg.a.should.not.have.property("b[2]"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/auth/index_spec.js | 44 | req.body.should.have.a.property("client_secret","test_value"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/auth/index_spec.js | 53 | req.body.should.have.a.property("client_secret","not_available"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/auth/index_spec.js | 94 | resp.prompts.should.have.a.lengthOf(2); |
| CRITICAL | test/unit/@node-red/editor-api/lib/auth/index_spec.js | 110 | resp.prompts.should.have.a.lengthOf(1); |
| CRITICAL | test/unit/@node-red/editor-api/lib/auth/index_spec.js | 145 | passport.authenticate.called.should.be.false(); |
| CRITICAL | test/unit/@node-red/editor-api/lib/auth/index_spec.js | 160 | passport.authenticate.called.should.be.true(); |
| CRITICAL | test/unit/@node-red/editor-api/lib/auth/index_spec.js | 161 | Permissions.hasPermission.called.should.be.false(); |
| CRITICAL | test/unit/@node-red/editor-api/lib/auth/index_spec.js | 180 | passport.authenticate.called.should.be.true(); |
| CRITICAL | test/unit/@node-red/editor-api/lib/auth/index_spec.js | 181 | Permissions.hasPermission.called.should.be.true(); |
| CRITICAL | test/unit/@node-red/editor-api/lib/auth/users_spec.js | 46 | user.should.not.have.a.property("password"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/auth/users_spec.js | 85 | user.should.not.have.a.property("password"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/auth/users_spec.js | 166 | user.should.not.have.a.property("password"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/auth/users_spec.js | 178 | user.should.not.have.a.property("password"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/auth/tokens_spec.js | 170 | savedSession.should.not.have.a.property("1234"); |
| CRITICAL | …t/unit/@node-red/editor-api/lib/admin/settings_spec.js | 88 | res.body.should.not.have.property("editorTheme"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flows_spec.js | 78 | res.body.should.have.a.property('rev','123'); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flows_spec.js | 79 | res.body.should.have.a.property('flows'); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flows_spec.js | 80 | res.body.flows.should.have.lengthOf(3); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flows_spec.js | 98 | res.body.should.have.a.property('code','invalid_api_version'); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flows_spec.js | 185 | res.body.should.have.a.property('code','invalid_api_version'); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flows_spec.js | 233 | res.body.should.have.a.property('started', true); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flows_spec.js | 234 | res.body.should.have.a.property('state', "started"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flows_spec.js | 264 | res.body.should.have.a.property('started', false); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flows_spec.js | 265 | res.body.should.have.a.property('state', "stopped"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/nodes_spec.js | 70 | res.body.should.be.an.Array(); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/nodes_spec.js | 274 | res.body.should.have.a.property('code','random_error'); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/nodes_spec.js | 323 | res.body.should.have.a.property('code','random_error'); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/nodes_spec.js | 448 | res.body.module.should.be.an.Array(); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/nodes_spec.js | 449 | res.body.module.should.have.lengthOf(3); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flow_spec.js | 70 | res.body.should.has.a.property('id','123'); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flow_spec.js | 114 | res.body.should.has.a.property('id','123'); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flow_spec.js | 128 | res.body.should.has.a.property('code','random_error'); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flow_spec.js | 129 | res.body.should.has.a.property('message','random error'); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flow_spec.js | 169 | res.body.should.has.a.property('id','123'); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flow_spec.js | 186 | res.body.should.has.a.property('code','random_error'); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flow_spec.js | 187 | res.body.should.has.a.property('message','random error'); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flow_spec.js | 240 | res.body.should.has.a.property('code','random_error'); |
| CRITICAL | test/unit/@node-red/editor-api/lib/admin/flow_spec.js | 241 | res.body.should.has.a.property('message','random error'); |
| CRITICAL | …st/unit/@node-red/editor-api/lib/admin/context_spec.js | 161 | res.body.should.has.a.property('code', 'unexpected_error'); |
| CRITICAL | …st/unit/@node-red/editor-api/lib/admin/context_spec.js | 162 | res.body.should.has.a.property('message', 'error'); |
| CRITICAL | …st/unit/@node-red/editor-api/lib/admin/context_spec.js | 266 | res.body.should.has.a.property('code', 'unexpected_error'); |
| CRITICAL | …st/unit/@node-red/editor-api/lib/admin/context_spec.js | 267 | res.body.should.has.a.property('message', 'error'); |
| CRITICAL | test/unit/@node-red/editor-api/lib/editor/index_spec.js | 45 | comms.init.called.should.be.false(); |
| CRITICAL | test/unit/@node-red/editor-api/lib/editor/index_spec.js | 46 | info.init.called.should.be.false(); |
| CRITICAL | test/unit/@node-red/editor-api/lib/editor/theme_spec.js | 43 | context.page.should.have.a.property("title", "Node-RED"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/editor/theme_spec.js | 44 | context.page.should.have.a.property("favicon", "favicon.ico"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/editor/theme_spec.js | 45 | context.page.should.have.a.property("tabicon"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/editor/theme_spec.js | 46 | context.page.tabicon.should.have.a.property("icon", "red/images/node-red-icon-black.svg"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/editor/theme_spec.js | 47 | context.page.tabicon.should.have.a.property("colour", "#8f0000"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/editor/theme_spec.js | 49 | context.header.should.have.a.property("title", "Node-RED"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/editor/theme_spec.js | 50 | context.header.should.have.a.property("image", "red/images/node-red.svg"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/editor/theme_spec.js | 52 | context.asset.should.have.a.property("red", "red/red.min.js"); |
| CRITICAL | test/unit/@node-red/editor-api/lib/editor/theme_spec.js | 53 | context.asset.should.have.a.property("main", "red/main.min.js"); |
| 597 more matches not shown… |