mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-26 17:09:11 -06:00
* add Loggable options to its() command * add test for new Loggable option for its() * add loggable options to invoke() * add type definition fix: only set logger config once. afterwards other commands can overwrite the logger config as done in line 322 remove unused error message (usage was removed in a former commit) remove test that is unnecessary now * add check if its() was passed additional arguments next to options * try to fix test * do not log 'this' context * from review: add additional tests and fix some edge cases * add tests for combination of loggable options and numeric index * fix wrong indentation * write as 'functionName' and 'propertyName' to match other error message * Update tests to reflect newly worded errors Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>