Class RolesPage
java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.project.people.RolesPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
Represents the Roles panel in the project configuration page. Note: This was previously called the People panel.
- Since:
- v4.4
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
body, driver, javascriptExecutor, metaElement, timeouts, webDriverPoller
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clickProjectLeadLink
(String projectLeadUserName) getRoleByName
(String name) getRoles()
getUrl()
goToProjectLeadProfile
(String projectLeadUserName) com.atlassian.pageobjects.elements.query.TimedCondition
isAt()
Timed condition checking if we're at given page.boolean
com.atlassian.pageobjects.elements.query.TimedCondition
boolean
boolean
boolean
com.atlassian.pageobjects.elements.query.TimedCondition
void
Methods inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
-
Constructor Details
-
RolesPage
-
-
Method Details
-
getUrl
-
isAt
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()Description copied from class:AbstractJiraPage
Timed condition checking if we're at given page.- Specified by:
isAt
in classAbstractJiraPage
- Returns:
- timed condition checking, if the test is at given page
-
waitUntilInitialised
public void waitUntilInitialised() -
getProjectLead
-
getDefaultAssignee
-
isProjectLeadNonExistentIndicated
public boolean isProjectLeadNonExistentIndicated() -
isProjectLeadNotAssignableIndicated
public boolean isProjectLeadNotAssignableIndicated() -
isDefaultAssigneeUserHoverEnabled
public boolean isDefaultAssigneeUserHoverEnabled() -
openEditProjectLeadDialog
-
openEditDefaultAssigneeDialog
-
isProjectLeadAvatarPresent
public boolean isProjectLeadAvatarPresent() -
getProjectLeadAvatarSrc
-
getRoles
-
clickProjectLeadLink
-
goToProjectLeadProfile
-
isInitialising
public com.atlassian.pageobjects.elements.query.TimedCondition isInitialising() -
isTableLoading
public com.atlassian.pageobjects.elements.query.TimedCondition isTableLoading() -
getRoleByName
-
getServerError
-