Skip to content

Commit

Permalink
fix: pageObject methods comments
Browse files Browse the repository at this point in the history
  • Loading branch information
HellWolf93 committed Jun 29, 2020
1 parent f64985a commit 4600f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MultiSelect/pageObject/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class PageMultiSelect {
}

/**
* Returns true when the combobox element has focus.
* Returns true when the Add button has focus.
* @method
* @returns {bool}
*/
Expand All @@ -44,7 +44,7 @@ class PageMultiSelect {
}

/**
* Returns true when the combobox element has focus.
* Returns true when the textbox input element has focus.
* @method
* @returns {bool}
*/
Expand Down

0 comments on commit 4600f8a

Please sign in to comment.