aboutsummaryrefslogtreecommitdiff
path: root/test/content/navigates.test.js
Commit message (Collapse)AuthorAgeFilesLines
* global expectShin'ya Ueoka2018-05-051-1/+0
|
* pagination tweaks and fixes:chocolateboy2017-11-231-3/+3
| | | | | | | | - fallback links: - select the last matching link rather than the first - use `innerText` rather than `textContent` - use a single regex for each pattern rather than an array - fix markup typo in test
* improve #linkPrev and #linkNext:chocolateboy2017-11-171-37/+119
| | | | | | - add support for <link> elements - match if there's more than one rel e.g. <a rel="nofollow next">...</a> - more tests
* fix imports in testShin'ya Ueoka2017-10-051-1/+1
|
* implement go-parent commandShin'ya Ueoka2017-09-171-3/+9
|
* pagenate by prev/next linksShin'ya Ueoka2017-09-171-0/+50