You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When captureScreenshot() method is called from the main thread Kaspresso fails to find test class name because there's no such class in stack trace
Steps to reproduce
Put captureScreenshot() inside activityRule.scenario.onActivity lambda in any doc loc dest
Expected behavior
Test passes
Actual result
Test fails with "Could not find test class" exception
The text was updated successfully, but these errors were encountered:
Description
When captureScreenshot() method is called from the main thread Kaspresso fails to find test class name because there's no such class in stack trace
Steps to reproduce
Put captureScreenshot() inside activityRule.scenario.onActivity lambda in any doc loc dest
Expected behavior
Test passes
Actual result
Test fails with "Could not find test class" exception
The text was updated successfully, but these errors were encountered: