Index: branches/features/purchaseOrders/test/functional/LoginSpec.groovy
===================================================================
--- branches/features/purchaseOrders/test/functional/LoginSpec.groovy	(revision 950)
+++ branches/features/purchaseOrders/test/functional/LoginSpec.groovy	(revision 951)
@@ -35,6 +35,8 @@
     //@Unroll("Username: '#username' with password: '#password' should fail to login.")
     def "If we type in the wrong password or username"() {
-        expect:
+        when:
         login(username, password)
+
+        then:
         at LoginPage
         verifyLoginFailureMessage()
