public abstract class AbstractTestScreenEditorComponent extends BaseJiraWebTest
Modifier and Type | Field and Description |
---|---|
protected static String |
FIELD_TAB |
protected static String |
RESOLUTION |
protected static String |
SCOTTS_TAB |
protected com.atlassian.pageobjects.elements.timeout.Timeouts |
timeouts |
jiraWebTestClassRules, webTestRule
backdoor, jira, logger, mailHelper, pageBinder
Constructor and Description |
---|
AbstractTestScreenEditorComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
clearAndAndReopenSuggestions(SingleSelect fieldsPicker) |
protected com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<String>> |
fieldsToAdd(EditScreenTab tab) |
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.
|
abstract ScreenEditor |
getScreenEditor() |
protected CreateIssueDialog |
openCreateDialog() |
void |
setUp() |
void |
testAddingAndRemovingTab() |
void |
testAddingFields() |
void |
testAddTabFail() |
void |
testRemovingFields() |
void |
testRenamingTabFail() |
void |
testRenamingTabSuccess() |
void |
testReorderingTabs() |
getBackdoor, getBaseClassRule, getBaseRule
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
protected static final String SCOTTS_TAB
protected static final String FIELD_TAB
protected static final String RESOLUTION
public void setUp()
public abstract ScreenEditor getScreenEditor()
public void testAddingFields()
public void testRemovingFields()
public void testAddingAndRemovingTab()
public void testAddTabFail()
public void testReorderingTabs()
public void testRenamingTabSuccess()
public void testRenamingTabFail()
protected CreateIssueDialog openCreateDialog()
protected com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<String>> fieldsToAdd(EditScreenTab tab)
protected com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<String>> fieldsToAdd(SingleSelect fieldsPicker)
fieldsPicker
- fields picker to manipulateprotected void clearAndAndReopenSuggestions(SingleSelect fieldsPicker)
Copyright © 2002-2022 Atlassian. All Rights Reserved.