Is this a Feature or Bug?
Feature
Current behavior:
Cypress has been very careful to update the verbiage in it's documentation to specify what a command 'yields' (and very rarely 'returns'). See the documentation on cy.get() for example.
But, the Cypress app itself often uses the incorrect verbiage of 'returns' when the command actually 'yields'. For example, this is the current log to the console when clicking on a cy.get() command from the Command Log, notice the use of the word Returned:

Desired behavior:
The app verbiage should accurately reflect the behavior of the command, whether it yields or returns.
Is this a Feature or Bug?
Feature
Current behavior:
Cypress has been very careful to update the verbiage in it's documentation to specify what a command 'yields' (and very rarely 'returns'). See the documentation on
cy.get()for example.But, the Cypress app itself often uses the incorrect verbiage of 'returns' when the command actually 'yields'. For example, this is the current log to the console when clicking on a
cy.get()command from the Command Log, notice the use of the word Returned:Desired behavior:
The app verbiage should accurately reflect the behavior of the command, whether it yields or returns.