public class TestXsrfIssue extends BaseJiraFuncTest
Modifier and Type | Field and Description |
---|---|
static String |
ATL_TOKEN |
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestXsrfIssue() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testCreateIssue() |
void |
testIssueLinkingWithInvalidToken() |
void |
testIssueLinkingWithInvalidTokenAndReferer() |
void |
testIssueLinkingWithValidToken() |
void |
testIssueOperations() |
void |
testVotingOrWatching() |
void |
testWorkFlowActions() |
void |
testXsrfPageCanBeRetried()
This tests that JIRA can recover from a xsrf token invalidation and allow the user to retry the operation
|
void |
testXsrfPageSessionCanBeRetried()
This tests that JIRA can recover from a session invalidation and allow the user to retry the operation
|
getAssertions, getBackdoor, getEnvironmentData, getTester
public static final String ATL_TOKEN
public void setUp()
public void testXsrfPageCanBeRetried()
public void testXsrfPageSessionCanBeRetried()
public void testIssueLinkingWithInvalidToken()
public void testIssueLinkingWithInvalidTokenAndReferer()
public void testIssueLinkingWithValidToken()
Copyright © 2002-2024 Atlassian. All Rights Reserved.