-
Task
-
Resolution: Done
-
Major
-
None
-
False
-
False
-
During https://issues.redhat.com/browse/FAI-658 the Traffic Viollation test failed.
Current solution is not enough. We need to find a way how to deal with this SVG.
Current assertation:
```
expect($items.eq(4)).to.contain('Counterfactual analysis');
```
Expected assertation:
```expect($items.eq(4)).have.text('Counterfactual analysis');
/* The actual full text is "Counterfactual analysisExperimental feature"*/
```
- is related to
-
FAI-658 Add e2e test suite into PR checks
- Done