com.atlassian.jira.webtest.webdriver.tests.visualregression
Class TestVisualRegressionCreateIssue

java.lang.Object
  extended by com.atlassian.jira.pageobjects.BaseJiraWebTest
      extended by com.atlassian.jira.webtest.webdriver.tests.visualregression.JiraVisualRegressionTest
          extended by com.atlassian.jira.webtest.webdriver.tests.visualregression.TestVisualRegressionCreateIssue

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.

Since:
v6.1

Field Summary
static int COPY_OF_DEFAULT_SCHEME
           
static int ROLE_DEVELOPER
           
 
Fields inherited from class com.atlassian.jira.webtest.webdriver.tests.visualregression.JiraVisualRegressionTest
client, visualComparer
 
Fields inherited from class com.atlassian.jira.pageobjects.BaseJiraWebTest
backdoor, jira, jiraWebTestClassRules, logger, pageBinder, webTestRule
 
Constructor Summary
TestVisualRegressionCreateIssue()
           
 
Method Summary
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
 
Methods inherited from class com.atlassian.jira.webtest.webdriver.tests.visualregression.JiraVisualRegressionTest
assertUIMatches, clickOnElement, clickOnElement, getBaselineScreenshotFilePath, goTo, goToErrorPage, removeUPMCount, resetVisualComparer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROLE_DEVELOPER

public static final int ROLE_DEVELOPER
See Also:
Constant Field Values

COPY_OF_DEFAULT_SCHEME

public static final int COPY_OF_DEFAULT_SCHEME
See Also:
Constant Field Values
Constructor Detail

TestVisualRegressionCreateIssue

public TestVisualRegressionCreateIssue()
Method Detail

restoreInstance

public static void restoreInstance()

testCreateIssuePageDefaultConfig

public void testCreateIssuePageDefaultConfig()
Tests probably all possible fields available during Create Issue process


testCreateIssuePageRescrictedConfig

public void testCreateIssuePageRescrictedConfig()

Does some tricks with permissions and then checks whether it is reflected on Create Issue screen



Copyright © 2002-2014 Atlassian. All Rights Reserved.