Class TestCustomWorkflowScreenLocalization
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.workflow.TestCustomWorkflowScreenLocalization
This func test verifies that the i18n of custom workflow screens is working.
The i18n keys for some labels are retrieved from properties of the transition.
- Since:
- v3.13
-
Field Summary
FieldsFields inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
Methods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Field Details
-
WORKFLOW_NAME
- See Also:
-
-
Constructor Details
-
TestCustomWorkflowScreenLocalization
public TestCustomWorkflowScreenLocalization()
-
-
Method Details
-
setUpTest
public void setUpTest() -
testSubmitButtonLabelIsTransitionName
public void testSubmitButtonLabelIsTransitionName() -
testSubmitButtonLabelIsLocalized
public void testSubmitButtonLabelIsLocalized() -
testFallBackToTransitionName
public void testFallBackToTransitionName() -
testTransitionNameTitle
public void testTransitionNameTitle() -
testLocalizedTitle
public void testLocalizedTitle() -
testFixedDescription
public void testFixedDescription()
-