I have 2 pages for 1 plugin and for each page, I send a request to the page itself with qa_self_html(), then catching it with qa_post_text('request').
I registered both pages in the qa-plugin.
However, now only the first page receives the request, the second page is not getting it! Even though I am using other request / title / class names etc.
Any help appreciated.
--
In other words: How can I request page 2 instead of page 1?