Skip to content

Commit

Permalink
review adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-sachs committed May 25, 2019
1 parent f7369ab commit 7b5d2cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cli/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1804,16 +1804,17 @@ declare namespace Cypress {
}

/**
* Options that control how a command behaves in the `within` scope
* Options that control how a command behaves in the `within` scope.
* These options will determine how nodes are selected.
*/

interface Withinable {
/**
* The subject of the within wrapper.
* Element to search for children in. If null, search begins from root-level DOM element.
*
* @default depends on context, null if outside of within wrapper
*/
withinSubject: JQuery | null
withinSubject: JQuery | HTMLElement | null
}

/**
Expand Down

0 comments on commit 7b5d2cf

Please sign in to comment.