Changeset 951 for branches/features
- Timestamp:
- May 29, 2011, 4:35:05 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/purchaseOrders/test/functional/LoginSpec.groovy
r950 r951 35 35 //@Unroll("Username: '#username' with password: '#password' should fail to login.") 36 36 def "If we type in the wrong password or username"() { 37 expect:37 when: 38 38 login(username, password) 39 40 then: 39 41 at LoginPage 40 42 verifyLoginFailureMessage()
Note: See TracChangeset
for help on using the changeset viewer.