match english and croatian translation with same pattern
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 22 Jan 2013 16:23:50 +0000 (17:23 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 22 Jan 2013 16:23:50 +0000 (17:23 +0100)
test/e2e/scenarios.js

index 106e8de..15036e6 100644 (file)
@@ -23,7 +23,7 @@ describe('myApp', function() {
 
     it('should render registration when user navigates to /registration', function() {
       expect(element('[ng-view]').text()).
-        toMatch(/Registration/);
+        toMatch(/Registra/);
     });
 
     it('has warning box', function() {