public class TestVisualRegressionCreateIssue extends JiraVisualRegressionTest
Visual regression tests for Create Issue screen.
Here we basically check the correctness of rendering system and built-in custom field types.Modifier and Type | Field and Description |
---|---|
static int |
COPY_OF_DEFAULT_SCHEME |
static int |
ROLE_DEVELOPER |
client, DEFAULT_DIMENSION, visualComparer
jiraWebTestClassRules, webTestRule
backdoor, jira, logger, pageBinder
Constructor and Description |
---|
TestVisualRegressionCreateIssue() |
Modifier and Type | Method and Description |
---|---|
static void |
restoreInstance() |
void |
testCreateIssuePageDefaultConfig()
Tests probably all possible fields available during Create Issue process
|
void |
testCreateIssuePageRescrictedConfig()
Does some tricks with permissions and then checks whether it is reflected on Create Issue screen
|
addElementsToIgnore, addElementsToIgnore, assertPageMatches, assertPageMatches, assertUIMatches, assertUIMatchesIgnoringElements, clickOnElement, clickOnElement, getBaselineScreenshotFilePath, goTo, goToErrorPage, removeUPMCount, resetVisualComparer, resizeWindowToDefaultDimentions
getBaseClassRule, getBaseRule
public static final int ROLE_DEVELOPER
public static final int COPY_OF_DEFAULT_SCHEME
public static void restoreInstance()
public void testCreateIssuePageDefaultConfig()
public void testCreateIssuePageRescrictedConfig()
Does some tricks with permissions and then checks whether it is reflected on Create Issue screen
Permissions.USER_PICKER
permission - should remove "Due date" fieldPermissions.SCHEDULE_ISSUE
permission - should remove "Due date" fieldPermissions.ASSIGN_ISSUE
permission - should remove assignee fieldPermissions.LINK_ISSUE
permission - should remove link issue sectionPermissions.WORK_ISSUE
permission - should remove worklog sectionPermissions.SET_ISSUE_SECURITY
permission - should add issue security settingsCopyright © 2002-2015 Atlassian. All Rights Reserved.