Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 5330f23

Browse files
committed
Fix tutorial spec
DOM element is not ready while test executed
1 parent 005cbfe commit 5330f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/index.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<head>
44
</head>
55
<body>
6+
<div id="placeholder" style="display: none"></div>
7+
<div id="render_here"></div>
68
<%= javascript_include_tag 'vendor/es5-shim.min' %>
79
<%= javascript_include_tag 'vendor/jquery-2.2.4.min' %>
810
<%= javascript_include_tag @server.main %>
9-
<div id="placeholder" style="display: none"></div>
10-
<div id="render_here"></div>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)