Skip to content

Commit

Permalink
test(html pipe): fix integration tests for new sections format
Browse files Browse the repository at this point in the history
  • Loading branch information
ramboz committed Jul 5, 2019
1 parent 1167480 commit 5b2c6f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@adobe/fastly-native-promises": "^1.3.2",
"@adobe/helix-pipeline": "3.4.0",
"@adobe/helix-pipeline": "4.0.0",
"@adobe/helix-shared": "1.4.0",
"@adobe/helix-simulator": "2.12.12",
"@adobe/htlengine": "3.2.0",
Expand Down
8 changes: 1 addition & 7 deletions test/specs/simple_response.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ <h1 id="soup-demo-test">Soup Demo Test</h1>
This is a note. Who’d have noted?</p>
</div>
<p></p>
<div class="embed embed-has-title">
<span class="title">Fastly error: unknown domain embeds.project-helix.io</span>
<div>
<p></p>
<script>alert('hello');</script>
</div>
</div>
<script>alert('hello');</script>
</main>
</body>
</html>

0 comments on commit 5b2c6f5

Please sign in to comment.