com.atlassian.confluence.webdriver
Class ViewSpaceTest

java.lang.Object
  extended by com.atlassian.confluence.webdriver.AbstractWebDriverTest
      extended by com.atlassian.confluence.webdriver.ViewSpaceTest

public class ViewSpaceTest
extends AbstractWebDriverTest

Encapsulates tests related to accessing and viewing a Space at its root level.


Field Summary
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractWebDriverTest
darkFeaturesHelper, ignoreRule, name, product, rpc, serverStateManager, sessionCleanupRule, testBrowserRule, testData, userHelper, webDriverScreenshotRule
 
Constructor Summary
ViewSpaceTest()
           
 
Method Summary
 void createTestData()
           
 void testSpaceNameContainingXss_DefaultTheme()
          CONF-20667 - Tests that JavaScript injected into the Space title is properly escaped before being rendered in the \ element of every child content page.
 void testSpaceNameContainingXss_DocumentationTheme()
          Tests the fix for CONF-20667 when the documentation theme is enabled (see DOC-70).
 
Methods inherited from class com.atlassian.confluence.webdriver.AbstractWebDriverTest
clear, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewSpaceTest

public ViewSpaceTest()
Method Detail

createTestData

public void createTestData()

testSpaceNameContainingXss_DefaultTheme

public void testSpaceNameContainingXss_DefaultTheme()
CONF-20667 - Tests that JavaScript injected into the Space title is properly escaped before being rendered in the \ element of every child content page.


testSpaceNameContainingXss_DocumentationTheme

public void testSpaceNameContainingXss_DocumentationTheme()
Tests the fix for CONF-20667 when the documentation theme is enabled (see DOC-70).



Copyright © 2003-2013 Atlassian. All Rights Reserved.