com.atlassian.confluence.webdriver
Class ViewSpaceTest

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

public class ViewSpaceTest
extends AbstractInjectableWebDriverTest

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


Field Summary
 
Fields inherited from class com.atlassian.confluence.webdriver.AbstractInjectableWebDriverTest
darkFeaturesHelper, methodRules, name, product, rpc, serverStateManager, testData, userHelper
 
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.AbstractInjectableWebDriverTest
start, stop
 
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–2015 Atlassian. All rights reserved.