Replies: 1 comment
-
yes it does. The custom selector is [data-loki], and it is added to the body element of the page. You can use this custom selector to apply styles to the page while tests are running, or to detect when tests are running and take certain actions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does Loki add a custom selector for when tests are running? I need to mask some images that we don't have full control over.
I know I can use
isLokiRunning()
and apply a class based on that but wondered if there was one added automagically :)Beta Was this translation helpful? Give feedback.
All reactions