Class TestSendHeadEarly
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.sendheadearly.TestSendHeadEarly
These contain tests to verify that pages contain the same content with flush-head-early disabled and enabled.
There are some specific rules to parse content that we known will vary between requests - either:
- because of known different order with flush-head-early disabled or enabled - eg the title tag has a different location
- because of differences between pages, eg the REQUEST ID field in HTML comments
These features make this test inherently likely to break if other parts of the page change; for example if the layout of the REQUEST ID comment changes. However, this test will only exist as long as we have flush-head-early disabled by default - it should be enabled by default for OD and BTF.
- Since:
- v6.4
-
Field Summary
Fields inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Constructor Details
-
TestSendHeadEarly
public TestSendHeadEarly()
-
-
Method Details
-
testDashboard
public void testDashboard()
-