[
https://issues.apache.org/jira/browse/STREAMPIPES-476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17454495#comment-17454495
]
Philipp Zehnder commented on STREAMPIPES-476:
---------------------------------------------
Hi,
I just fixed the problems we had with whitespaces in cypress selector id's for
radio buttons. Please let me know if you have further problems, maybe I missed
something.
Here is a configuration that worked for me, maybe you can try it.
Special characters are always challenging when using in selectors. I had to
replace the whitespaces with "_" and escape the brackets with "\\(".
I hope this helps.
{
"name": "size_measure",
"config": [
{
"type": "radio", "selector": "sizeunit", "value":
"Kilobytes_\\(1024_Bytes\\)"
}]
}
Philipp
> Implementation of Pipeline Tests
> --------------------------------
>
> Key: STREAMPIPES-476
> URL: https://issues.apache.org/jira/browse/STREAMPIPES-476
> Project: StreamPipes
> Issue Type: Test
> Components: UI
> Reporter: Hrushikesh Rao
> Priority: Major
> Labels: test
> Fix For: 0.69.0
>
> Attachments: Screenshot from 2021-12-01 20-21-04.png
>
>
> Implementing e2e test using cypress for pipeline Elements.
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)