From c4c96c5c69846fb8eccc278c1eb20f94d69a2b99 Mon Sep 17 00:00:00 2001 From: Shyam Seshadri Date: Tue, 10 Aug 2010 13:42:50 -0700 Subject: Fix test breakage in Chrome. Chrome JQuery doesn't like malformed table html apparently --- test/scenario/DSLSpec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/scenario') diff --git a/test/scenario/DSLSpec.js b/test/scenario/DSLSpec.js index 374f49c8..62de9d6c 100644 --- a/test/scenario/DSLSpec.js +++ b/test/scenario/DSLSpec.js @@ -85,14 +85,14 @@ describe("DSL", function() { var html; beforeEach(function() { html = '
' + - '' + + '
' + 'Description : ' + 'Details...' + '' + 'Date created: ' + '01/01/01' + '' + - '
' + + '
' + ''; }); it('should find elements on the page and provide jquery api', function() { -- cgit v1.2.3