source: branches/features/purchaseOrders/test/functional/gnumims/functional/pages/HomePage.groovy @ 947

Last change on this file since 947 was 947, checked in by gav, 13 years ago

Enhance and refactor functional tests to use pageId (for at{} verify) in main.gsp layout.

File size: 289 bytes
Line 
1package gnumims.functional.pages
2
3class HomePage extends GrailsPage {
4    static controller = "appCore"
5    static action = "start"
6
7    static content = {
8        message { $("div.body div.message").text() }
9        logout(to:LogoutPage) { $("a[class=logoutButton]") }
10    }
11}
Note: See TracBrowser for help on using the repository browser.