Class TestSendHeadEarly

java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.sendheadearly.TestSendHeadEarly

public class TestSendHeadEarly extends BaseJiraFuncTest
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
  • Constructor Details

    • TestSendHeadEarly

      public TestSendHeadEarly()
  • Method Details

    • testDashboard

      public void testDashboard()