c21 css div[data-gtm-module-type-id='C21']
content css div.rco-ui-cta-content
contentArea-* css p
And when I try to use it I have unexpected behaviour
@for [${getRangeWithoutLast("c21.content.contentArea-#")}] as index
c21.content.contentArea-${index}:
above c21.content.contentArea-${index+1}
On this cycle Galen doesn`t take required element on the page. It takes the first available tag <p> which is not in c21.content(div.rco-ui-cta-content). And my test crashes
https://nimbus.everhelper.me/client/notes/share/287561/76qKl7A3i0pQvHRdJK8HxpD0Ntm2huqk/ - example
It doesn`t occur every time, and sometimes Galen find the element is needed
Unfortunately, I couldn`t track when it happend