From 35dd6f8e3f20a4c82336eea1e3506a97f84106a9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 10 Feb 2018 21:15:38 +0100 Subject: [PATCH] fix attribute id --- tests/Views/FormViewTest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Views/FormViewTest.js b/tests/Views/FormViewTest.js index c0c18c9..9acadfc 100644 --- a/tests/Views/FormViewTest.js +++ b/tests/Views/FormViewTest.js @@ -6,7 +6,7 @@ describe('FormViewTest', function () beforeEach(function () { document.body.innerHTML += ` -
+ @@ -16,7 +16,7 @@ describe('FormViewTest', function ()