Ignore:
Timestamp:
2018-12-16T22:50:46+13:00 (5 years ago)
Author:
ak19
Message:

GLI GUI testing can now successfully access menu and submenu items, e.g. successfully displays the open collection dialog. Next step is to actually implement the opening of a selected collection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/testing/trunk/src/src/gstests/tutorials/RunGLITest.java

    r32694 r32701  
    146146    // through static import of that class
    147147    switchToPane(window, DOWNLOAD_PANE);
     148
     149    loadCollection(window, "lucene-jdbm-demo");
     150
     151    // wait a couple of seconds again?
     152     try{
     153         Thread.sleep(5000);
     154     } catch(Exception e) {
     155         e.printStackTrace();
     156     }
     157     
    148158   
    149159  }
Note: See TracChangeset for help on using the changeset viewer.