-
Type:
Story
-
Status: Closed
-
Priority:
Major
-
Resolution: Completed
-
Affects Version/s: Master
-
Fix Version/s: 7.3.0 CE GA1, 7.3.10 DXP GA1, Master
-
Component/s: Segments Editor
-
Labels:
-
Epic/Theme:
-
Epic Link:
-
Sprint:TANGO | SP_26 | Dec12-Jan03
-
Git Pull Request:
The segments editor fails when the user introduces a special character value of the input.
Special characters
Those special characters are the following:
Special character | Special meaning | Hexadecimal value |
+ | Indicates a space (spaces cannot be used in a URL). | %2B |
/ | Separates directories and subdirectories. | %2F |
? | Separates the actual URL and the parameters. | %3F |
% | Specifies special characters. | %25 |
# | Indicates bookmarks. | %23 |
& | A separator between parameters specified in the URL. | %26 |
Test Scenarios
AC ID | Test Strategy | Test Scenarios | Is it covered by FrontEnd ? (JS-Unit) | Is it covered by BackEnd? (unit or integration) |
---|---|---|---|---|
01 | Regression | Validate if the criteria fields allow the user to use special characters to create segments, without spaces, to create a segment | YES | NO |
01 | Smoke | Validate if the criteria fields allow the user to use special characters to create segments, without spaces, to edit a segment | YES | NO |
01 | Smoke | Validate if the segment created with special characters, segment the users | NO | NO |
Frontend tests:
✓ is able to translate a query string with special characters to map and back to string (2ms)
- causes
-
LPS-105896 The criteria can't use special characters combined with spaces in the Segments Editor
- Closed