Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the load-more-button does not display bug #21304

Merged
merged 4 commits into from Mar 7, 2019

Conversation

cathyxz
Copy link
Contributor

@cathyxz cathyxz commented Mar 7, 2019

#20993 caused the regression in #21270. This PR reverts the offending change and unskips the relevant broken e2e tests.

Great catch by our e2e tests. xD

this.loadMoreService_.setLoadMoreEnded();
}
});
}).then(() => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix bug.

@@ -79,7 +79,7 @@
"items": 8,
"left": 5,
"latency": 0,
"url": "/infinite-scroll?items=8&left=2"
"url": "/list/infinite-scroll?items=8&left=2"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update routes changes due to #21214.

Copy link
Contributor

@cvializ cvializ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks : D

@cathyxz cathyxz merged commit 86c2ff6 into ampproject:master Mar 7, 2019
@cathyxz cathyxz deleted the tests/amp-list branch March 7, 2019 18:19
noranazmy pushed a commit to noranazmy/amphtml that referenced this pull request Mar 22, 2019
* Fix sample

* Fix urls after routes refactor

* Fix load-more-button doesn't display bug

* Fix type check
bramanudom pushed a commit to bramanudom/amphtml that referenced this pull request Mar 22, 2019
* Fix sample

* Fix urls after routes refactor

* Fix load-more-button doesn't display bug

* Fix type check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants