public class TestTimeTrackingIsEditable extends BaseJiraFuncTest
Responsible for holding tests which verify that the time tracking field's components (Original Estimate and Remaining Estimate) are displayed and editable for users with Work On Issues permission.
This is always the expected behaviour when the field is not hidden and
TimeTracking.Mode
is set to TimeTracking.Mode.MODERN
.
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestTimeTrackingIsEditable() |
Modifier and Type | Method and Description |
---|---|
void |
setUpTest() |
void |
testAllEstimatesAreEditableOnCreateIssue() |
void |
testAllEstimatesAreEditableOnEditAfterLoggingWork() |
void |
testAllEstimatesAreEditableOnTransitionAfterLoggingWork() |
void |
testAllEstimatesAreEditableOnTransitionBeforeLoggingWork() |
void |
testsAllEstimatesAreEditableOnEditBeforeLoggingWork() |
getAssertions, getBackdoor, getEnvironmentData, getTester
public void setUpTest()
public void testAllEstimatesAreEditableOnCreateIssue() throws Exception
Exception
public void testsAllEstimatesAreEditableOnEditBeforeLoggingWork()
public void testAllEstimatesAreEditableOnEditAfterLoggingWork()
public void testAllEstimatesAreEditableOnTransitionBeforeLoggingWork()
public void testAllEstimatesAreEditableOnTransitionAfterLoggingWork()
Copyright © 2002-2021 Atlassian. All Rights Reserved.