From 3281f1ad855e4d18a28f2470e5cc8b1a4f2f6489 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 23 Jan 2013 02:21:49 +0100 Subject: [PATCH] split describe registration_type accomp --- {test/e2e => app/js}/testApp.js | 0 test/e2e/scenarios.js | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) rename {test/e2e => app/js}/testApp.js (100%) diff --git a/test/e2e/testApp.js b/app/js/testApp.js similarity index 100% rename from test/e2e/testApp.js rename to app/js/testApp.js diff --git a/test/e2e/scenarios.js b/test/e2e/scenarios.js index 61e79eb..4bd1abf 100644 --- a/test/e2e/scenarios.js +++ b/test/e2e/scenarios.js @@ -52,6 +52,10 @@ describe('myApp', function() { expect(r.count()).toBe(4); // expect(r.row(0)).toEqual({}); }); + + }); + + describe('registration_type accomp', function() { var registration_url; @@ -68,7 +72,7 @@ describe('myApp', function() { element('#edit-registration').click(); expect(browser().location().url()).toMatch(/registration/); registration_url = browser().location().url(); - console.log('registration_url', registration_url); + //dump('registration_url', registration_url); }); it('accomp finish registration', function() { -- 2.20.1