Ignore:
Timestamp:
May 17, 2011, 11:37:14 AM (13 years ago)
Author:
gav
Message:

Make functional test URL's dynamic and relative.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/features/purchaseOrders/test/functional/gnumims/functional/pages/LoginPage.groovy

    r917 r925  
    33import geb.Page
    44
    5 /**
    6  * Created by IntelliJ IDEA.
    7  * User: John
    8  * Date: 26/04/2011
    9  * Time: 2:03:04 PM
    10  * To change this template use File | Settings | File Templates.
    11  */
    125class LoginPage extends Page {
    13     static url = "http://localhost:8080/gnumims/login/auth"
     6    static url = "login/auth"
    147
    158    static at = {$("h1").text() == "Welcome to gnuMims please log in"}
Note: See TracChangeset for help on using the changeset viewer.