Testing Pendo Guides as live user but 'Dismiss' action only allows you to test guide once
Hello,
I'm currently creating guides on Pendo. When testing on the live environment and clicking on 'dismiss' action/ button to finish the guide, I understand that the same user will not see the same guide again. Is there a way we can reset this so that the same user can view the guide again?
Thanks!
0
Comments
If I need to reload a guide that I dismissed under testing; I log into the application and do the following:
1. Right click on the page.
2. Click, Inspect.
3. Click, Console.
4. Type in, pendo.enableDebugging()
5. Then go to guides and relaunch the guide from that area.
It gives me all the information regarding the guide behavior.
that's a great solution! Another is pendo.showGuideByName('yourguidenamehere') or pendo.showGuideById('yourguideidhere') in the console to make them display again.
Please sign in to leave a comment.