Changeset 948 for branches/features/purchaseOrders/test/functional/gnumims
- Timestamp:
- May 29, 2011, 12:58:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/purchaseOrders/test/functional/gnumims/functional/pages/LoginPage.groovy
r947 r948 6 6 7 7 static content = { 8 login (to:HomePage) { $('#loginForm input[value=Login]') }8 loginButton(to:HomePage) { $('#loginForm input[value=Login]') } 9 9 form { $("#loginForm") } 10 10 password { $("input[name=j_password]").value() }
Note: See TracChangeset
for help on using the changeset viewer.