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

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

Functional tests, refactor login/logout.

File size: 173 bytes
Line 
1package gnumims.functional.pages
2
3class HomePage extends GrailsPage {
4    static controller = "appCore"
5    static action = "start"
6
7    static content = {
8    }
9}
Note: See TracBrowser for help on using the repository browser.