Class TestFilterResultsGadget
java.lang.Object
com.atlassian.jira.pageobjects.JiraWebDriverTest
com.atlassian.jira.pageobjects.BaseJiraWebTest
com.atlassian.jira.webtest.webdriver.tests.gadgets.TestFilterResultsGadget
Webdriver test for the FilterResults gadget.
- Since:
- v7.1.8
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final String[]static final String[]static final Stringstatic final StringFields inherited from class com.atlassian.jira.pageobjects.BaseJiraWebTest
jiraWebTestClassRules, webTestRuleFields inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
backdoor, jira, logger, mailHelper, pageBinder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidFirst filter on 4th place has "order by issuekey ASC", the second one has "order by issuekey DESC"Methods inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
getBackdoor, getBaseClassRule, getBaseRule
-
Field Details
-
DASHBOARD_ID
public static final int DASHBOARD_ID- See Also:
-
GADGET_ID_ASC
- See Also:
-
EXPECTED_ORDER_ASC
-
GADGET_ID_DESC
- See Also:
-
EXPECTED_ORDER_DESC
-
-
Constructor Details
-
TestFilterResultsGadget
public TestFilterResultsGadget()
-
-
Method Details
-
testFilterOrderWithMultipleOrderByClauses
public void testFilterOrderWithMultipleOrderByClauses()First filter on 4th place has "order by issuekey ASC", the second one has "order by issuekey DESC"
-