aboutsummaryrefslogtreecommitdiffstats
path: root/test/scenario/DSLSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/scenario/DSLSpec.js')
-rw-r--r--test/scenario/DSLSpec.js4
1 files changed, 2 insertions, 2 deletions
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 = '<div class="container">' +
- '<table class="reports-detail">' +
+ '<div class="reports-detail">' +
'<span class="desc">Description : ' +
'<span ng:bind="report.description">Details...</span>' +
'</span>' +
'<span>Date created: ' +
'<span ng:bind="report.creationDate">01/01/01</span>' +
'</span>' +
- '</table>' +
+ '</div>' +
'</div>';
});
it('should find elements on the page and provide jquery api', function() {