Current behavior:
Currently when a call to cy.within() is made, the log shows this but there is no way to see which of the following calls are made from inside this and which are outside of it.
For example:

Desired behavior:
Some way to indicate the commands that are included inside the cy.within() call would make it easier to read the log. For example, indenting the entries slightly. This would also be useful if they nested as multiple calls to cy.within() are made.
For example:

Test code to reproduce
Any test using cy.within()
Versions
This was using Cypress 4.7.0.
Current behavior:
Currently when a call to
cy.within()is made, the log shows this but there is no way to see which of the following calls are made from inside this and which are outside of it.For example:

Desired behavior:
Some way to indicate the commands that are included inside the
cy.within()call would make it easier to read the log. For example, indenting the entries slightly. This would also be useful if they nested as multiple calls tocy.within()are made.For example:

Test code to reproduce
Any test using cy.within()
Versions
This was using Cypress 4.7.0.