Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyx committed Nov 3, 2016
1 parent 435d648 commit e63c582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 294 deletions.
293 changes: 0 additions & 293 deletions examples/sticky.ads.01.amp.html

This file was deleted.

5 changes: 4 additions & 1 deletion extensions/amp-sticky-ad/1.0/test/test-amp-sticky-ad.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,10 @@ describes.realWin('amp-sticky-ad 1.0 version', {
impl.displayAfterScroll_();
expect(addCloseButtonSpy).to.be.called;
expect(impl.element.children[1]).to.be.not.null;
expect(impl.element.children[1].tagName).to.equal('BUTTON');
expect(impl.element.children[1].tagName).to.equal(
'I-AMP-STICKY-AD-TOP-PADDING');
expect(impl.element.children[2]).to.be.not.null;
expect(impl.element.children[2].tagName).to.equal('BUTTON');
});

it('should listen to amp:built, amp:load:end', () => {
Expand Down

0 comments on commit e63c582

Please sign in to comment.