Problem with element click and link parsing

Hello,

I am trying to parse the site posted below, but I don't know why after the element click parse each page the parser doesn't continue through link to get texts.
Am I doing something wrong?

Cheers!

Lorenzo

Url:https://ricerca.repubblica.it/ricerca/repubblica-extra?query=italia&fromdate=2001-03-01&todate=2001-03-05&sortby=score&author=&mode=any

Sitemap:
{"_id":"rep_march","startUrl":["https://ricerca.repubblica.it/ricerca/repubblica-extra?query=italia&fromdate=2001-03-01&todate=2001-03-05&sortby=score&author=&mode=any"],"selectors":[{"id":"click","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.contA section","multiple":true,"delay":"4000","clickElementSelector":"div.pagination li:last-child a","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueCSSSelector"},{"id":"link2name","type":"SelectorLink","parentSelectors":["click"],"selector":"h1 a","multiple":false,"delay":"0"},{"id":"text","type":"SelectorText","parentSelectors":["link2name"],"selector":"article p","multiple":true,"regex":"","delay":"0"}]}

Did you ever figure this out? I am having the same issue