org.xwiki.extension.test.po
Class MergeConflictPane

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by org.xwiki.extension.test.po.MergeConflictPane

public class MergeConflictPane
extends BaseElement

The merge conflict resolution UI.

Since:
4.2M1
Version:
$Id: 171a4566ac6ad69e5ce5d371cc6973920131f653 $

Constructor Summary
MergeConflictPane()
           
 
Method Summary
 MergeConflictPane clickShowChanges()
          Clicks the button to show the changes between the selected versions.
 ChangesPane getChanges()
           
 org.openqa.selenium.support.ui.Select getFromVersionSelect()
           
 org.openqa.selenium.support.ui.Select getToVersionSelect()
           
 org.openqa.selenium.support.ui.Select getVersionToKeepSelect()
           
 
Methods inherited from class org.xwiki.test.ui.po.BaseElement
executeJavascript, getDriver, getUtil, makeAlertDialogSilent, makeConfirmDialogSilent, makeElementVisible, makeElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilElementDisappears, waitUntilElementEndsWithAttributeValue, waitUntilElementHasAttributeValue, waitUntilElementHasTextContent, waitUntilElementIsVisible, waitUntilElementsAreVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeConflictPane

public MergeConflictPane()
Method Detail

getVersionToKeepSelect

public org.openqa.selenium.support.ui.Select getVersionToKeepSelect()
Returns:
the list box used to specify which version to keep

getFromVersionSelect

public org.openqa.selenium.support.ui.Select getFromVersionSelect()
Returns:
the list box used to select the 'from' version for comparison

getToVersionSelect

public org.openqa.selenium.support.ui.Select getToVersionSelect()
Returns:
the list box used to select the 'to' version for comparison

clickShowChanges

public MergeConflictPane clickShowChanges()
Clicks the button to show the changes between the selected versions.

Returns:
the new merge conflict pane displaying the changes between the selected versions

getChanges

public ChangesPane getChanges()
Returns:
the changes between the selected versions


Copyright © 2004-2012 XWiki. All Rights Reserved.