Package | Description |
---|---|
com.atlassian.jira.functest.framework | |
com.atlassian.jira.functest.framework.navigation | |
com.atlassian.jira.webtests.ztests.filter |
Modifier and Type | Class and Description |
---|---|
class |
FilterPickerPopupNavigation
An implementation of the FilterNavigation interface that works with the FilterPicker action.
|
Modifier and Type | Method and Description |
---|---|
FilterNavigation |
NavigationImpl.filterPickerPopup() |
FilterNavigation |
Navigation.filterPickerPopup() |
FilterNavigation |
NavigationImpl.manageFilters() |
FilterNavigation |
Navigation.manageFilters()
Go to the 'Manage filters' screen.
|
FilterNavigation |
FilterPickerPopupNavigation.projects() |
Modifier and Type | Class and Description |
---|---|
class |
ManageFiltersNavigation
The FilterNavigation representing the ManageFilters views, this implementation should be complete and
definitive of the full functionality of the view.
|
Modifier and Type | Method and Description |
---|---|
FilterNavigation |
FilterNavigation.projects()
Goes to the project tab of the filterpicker popup (only visible with showProjects param).
|
FilterNavigation |
ManageFiltersNavigation.projects() |
Modifier and Type | Method and Description |
---|---|
void |
TestSearchFilters.testBasicNameSearch(FilterNavigation filterNavigation) |
void |
TestSearchFilters.testBasicPaging(FilterNavigation filterNavigation) |
void |
TestSearchFilters.testBasicSorting(FilterNavigation filterNavigation) |
void |
TestSearchFiltersShareType.testFindAdminGroupsNoResults(FilterNavigation filterNavigation)
Look for filters shared with a group.
|
void |
TestSearchFiltersShareType.testFindDeveloperGroups(FilterNavigation filterNavigation)
Finding developers should return 26 results only.
|
void |
TestSearchFiltersShareType.testFindDeveloperWithConditions(FilterNavigation filterNavigation)
Finding with extra conditions.
|
void |
TestSearchFiltersShareType.testFindHomosapienProjectNoResults(FilterNavigation filterNavigation)
Test to see that an empty search works when looking for projects.
|
void |
TestSearchFiltersShareType.testFindMonkeyProjectAsAdmin(FilterNavigation filterNavigation)
Finding filters shared with project 'monkey' should return 26 results.
|
void |
TestSearchFiltersShareType.testFindMonkeyProjectAsWife(FilterNavigation filterNavigation)
Finding filters shared with project 'monkey' should return 36 results as wife can see more roles.
|
void |
TestSearchFiltersShareType.testFindMonkeyProjectWithRoleNaggersAsWife(FilterNavigation filterNavigation)
Finding filters shared with project 'monkey' and role 'naggers' should return 11.
|
void |
TestSearchFiltersShareType.testFindMonkeyProjectWithRoleNaggersAsWifeAndConditions(FilterNavigation filterNavigation)
Finding filters shared with project 'monkey' and owned by 'wife' should return 10 issues.
|
void |
TestSearchFiltersShareType.testFindUsersGroups(FilterNavigation filterNavigation)
Finding filters shared with group should return 5 results only.
|
void |
TestSearchFilters.testInitialScreenAppearance(FilterNavigation filterNavigation) |
void |
TestSearchFilters.testMultiPageSort(FilterNavigation filterNavigation) |
void |
TestSearchFilters.testNoSearchYet(FilterNavigation filterNavigation) |
void |
TestSearchFilters.testSortingByUserName(FilterNavigation filterNavigation) |
void |
TestSearchFilters.testXss(FilterNavigation filterNavigation) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.