Cumulocity-IoT / cumulocity-cypress

Collection of commands and utilities to be used for automating tests for Cumulocity with Cypress.
Apache License 2.0
8 stars 2 forks source link

Fix wrong use of _.isObject #36

Closed thomaswinkler closed 10 months ago

thomaswinkler commented 10 months ago

Fix use of _.isObject by rather using _.isObjectLike. Also make sure to use "property" in object for type guarding. Seems this has been used wrong in few locations.