Activity QA link not showing test changes | Community
Skip to main content
New Participant
August 2, 2018

Activity QA link not showing test changes

  • August 2, 2018
  • 1 reply
  • 12665 views

A couple team members and I are having trouble getting the Activity QA link to generate a preview with the changes we've made for our tests. I've tried most of the suggestions(toggling off audience rules, clearing browser, going incognito,etc) I've read here and not working properly so far. We have AEM 6.4 for our site. If anyone has any insight on why we're not able to see any changes, it'd be greatly appreciated.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Employee
August 2, 2018

You can try using a debug query parameter to check if there are any selector issues . Using the below query parameters will output console statements with the actions that target is trying to apply and if it is successful or not.

If using at.js append the preview link with &mboxDebug=console .If on mbox.js append with &_AT_Debug=console .

It will look something like this,

JasonDa4Author
New Participant
August 2, 2018

We're using at.js it looks like, where in the URL do I append &mboxDebug=console to?

My link currently looks like this

?at_preview_token=cO5wxjHphR5difyn5LzSNQ%3D%3D&at_preview_index=1_1&at_preview_listed_activities_only=true

Employee
August 2, 2018

You can append it to the end as follows:

?at_preview_token=cO5wxjHphR5difyn5LzSNQ%3D%3D&at_preview_index=1_1&at_preview_listed_acti vities_only=true&mboxDebug=console