Class LinkIssueSearchDialog
java.lang.Object
com.atlassian.jira.pageobjects.pages.viewissue.linkissue.LinkIssueSearchDialog
Initial very limited implementation of SearchIssue dialog for Link Issue.
Contains only code needed to test JQL search.
Feel free to extend.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.pageobjects.elements.PageElementbooleanvoidmoveCaretBack(int characters) voidtypeAndAutocomplete(String query) voidvoidtypeQueryWithoutWaiting(String query) Sometimes scrollIntoView(jqlSuggestions) can cause hover on dropdown list element which can make some tests to fail (be flaky), use this method for such hover sensitive tests
-
Constructor Details
-
LinkIssueSearchDialog
-
-
Method Details
-
isAdvancedSearch
public boolean isAdvancedSearch() -
switchToAdvanced
-
switchToSimple
-
typeQuery
-
typeQueryWithoutWaiting
Sometimes scrollIntoView(jqlSuggestions) can cause hover on dropdown list element which can make some tests to fail (be flaky), use this method for such hover sensitive tests -
moveCaretBack
public void moveCaretBack(int characters) -
typeAndAutocomplete
-
getJqlSuggestions
public com.atlassian.pageobjects.elements.PageElement getJqlSuggestions() -
getAdvancedJqlQuery
-