Skip to content

Commit

Permalink
Attribute in test
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorozco committed May 8, 2020
1 parent 6c49c2f commit 5cb9b2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extensions/amp-story/1.0/test/test-animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,10 +496,10 @@ describes.realWin('amp-story animations', {}, (env) => {

const page = html`
<div>
<amp-story-animation ref="spec1source">
<amp-story-animation trigger="in" ref="spec1source">
<script type="application/json"></script>
</amp-story-animation>
<amp-story-animation ref="spec2source">
<amp-story-animation trigger="in" ref="spec2source">
<script type="application/json"></script>
</amp-story-animation>
</div>
Expand Down Expand Up @@ -647,6 +647,7 @@ describes.realWin('amp-story animations', {}, (env) => {
id="animated-fourth"
ref="animatedFourth"
animate-in-after="animated-third"
trigger="in"
>
<script type="application/json">
{}
Expand Down

0 comments on commit 5cb9b2f

Please sign in to comment.