Class AbstractTestScreenEditorComponent
java.lang.Object
com.atlassian.jira.pageobjects.JiraWebDriverTest
com.atlassian.jira.pageobjects.BaseJiraWebTest
com.atlassian.jira.webtest.webdriver.tests.screeneditor.AbstractTestScreenEditorComponent
- Direct Known Subclasses:
AbstractProjectLevelAdminScreenEditorComponent
,TestScreenEditor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
protected static final String
protected static final String
protected com.atlassian.pageobjects.elements.timeout.Timeouts
Fields inherited from class com.atlassian.jira.pageobjects.BaseJiraWebTest
jiraWebTestClassRules, webTestRule
Fields inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
backdoor, jira, logger, mailHelper, pageBinder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
clearAndAndReopenSuggestions
(SingleSelect fieldsPicker) fieldsToAdd
(SingleSelect fieldsPicker) We need to reopen the suggestions each time we re-evaluate the query, otherwise the initial state will remain pre-loaded into the suggestions.fieldsToAdd
(EditScreenTab tab) abstract ScreenEditor
protected CreateIssueDialog
void
setUp()
void
void
void
void
void
void
void
Methods inherited from class com.atlassian.jira.pageobjects.JiraWebDriverTest
getBackdoor, getBaseClassRule, getBaseRule
-
Field Details
-
timeouts
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts -
SCOTTS_TAB
- See Also:
-
FIELD_TAB
- See Also:
-
RESOLUTION
- See Also:
-
-
Constructor Details
-
AbstractTestScreenEditorComponent
public AbstractTestScreenEditorComponent()
-
-
Method Details
-
setUp
public void setUp() -
getScreenEditor
-
testAddingFields
public void testAddingFields() -
testRemovingFields
public void testRemovingFields() -
testAddingAndRemovingTab
public void testAddingAndRemovingTab() -
testAddTabFail
public void testAddTabFail() -
testReorderingTabs
public void testReorderingTabs() -
testRenamingTabSuccess
public void testRenamingTabSuccess() -
testRenamingTabFail
public void testRenamingTabFail() -
openCreateDialog
-
fieldsToAdd
protected com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<String>> fieldsToAdd(EditScreenTab tab) -
fieldsToAdd
protected com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<String>> fieldsToAdd(SingleSelect fieldsPicker) We need to reopen the suggestions each time we re-evaluate the query, otherwise the initial state will remain pre-loaded into the suggestions.- Parameters:
fieldsPicker
- fields picker to manipulate- Returns:
- timed query representing the current list of fields available to add
-
clearAndAndReopenSuggestions
-