Ignore:
Timestamp:
2018-12-12T19:06:34+13:00 (5 years ago)
Author:
ak19
Message:

Tidying up after previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/testing/trunk/src/src/org/greenstone/gsdl3/testing/GSTestingUtil.java

    r32671 r32672  
    103103    public static void loadCollectionByName(WebDriver driver, String collection)
    104104    {
    105         //WebElement demoColLinkElem = findElementByXPath(driver, "//div[contains(concat(' ', normalize-space(@class), ' '), 'collectionLinkText')]/a[descendant::text()='" + collection + "']");
    106         //List<WebElement> demoColLinkElems = findElementsByXPath(driver, "//div[contains(concat(' ', normalize-space(@class), ' '), 'collectionLinkText')]/a[descendant::text()='" + collection + "']");
    107         //demoColLinkElems.get(0).click();
    108 
    109105        WebElement demoColLinkElem = findElementByXPath(driver, "//div[contains(concat(' ', normalize-space(@class), ' '), 'collectionLinkText')][descendant::text()='" + collection + "']");
    110106        demoColLinkElem.click();
Note: See TracChangeset for help on using the changeset viewer.