Class TestXsrfIssue
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.issue.security.xsrf.TestXsrfIssue
- Since:
- v4.1
-
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
setUp()
void
void
void
void
void
void
void
void
This tests that JIRA can recover from a xsrf token invalidation and allow the user to retry the operationvoid
This tests that JIRA can recover from a session invalidation and allow the user to retry the operationMethods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Field Details
-
ATL_TOKEN
- See Also:
-
-
Constructor Details
-
TestXsrfIssue
public TestXsrfIssue()
-
-
Method Details
-
setUp
public void setUp() -
testXsrfPageCanBeRetried
public void testXsrfPageCanBeRetried()This tests that JIRA can recover from a xsrf token invalidation and allow the user to retry the operation -
testXsrfPageSessionCanBeRetried
public void testXsrfPageSessionCanBeRetried()This tests that JIRA can recover from a session invalidation and allow the user to retry the operation -
testCreateIssue
- Throws:
Exception
-
testWorkFlowActions
- Throws:
Exception
-
testIssueLinkingWithInvalidToken
public void testIssueLinkingWithInvalidToken() -
testIssueLinkingWithInvalidTokenAndReferer
public void testIssueLinkingWithInvalidTokenAndReferer() -
testIssueLinkingWithValidToken
public void testIssueLinkingWithValidToken() -
testIssueOperations
- Throws:
Exception
-
testVotingOrWatching
- Throws:
Exception
-