generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/mep-cell' into simplifiedselectors
- Loading branch information
Showing
7 changed files
with
495 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
test/features/personalization/mocks/manifestBlockNumber.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"total": 5, | ||
"offset": 0, | ||
"limit": 5, | ||
"data": [ | ||
{ | ||
"action": "replaceContent", | ||
"selector": "marquee row2 col1", | ||
"page filter (optional)": "", | ||
"param-newoffer=123": "", | ||
"all": "/fragments/replace/marquee/r2c1" | ||
}, | ||
{ | ||
"action": "replaceContent", | ||
"selector": "section5 marquee row2 col2", | ||
"page filter (optional)": "", | ||
"param-newoffer=123": "", | ||
"all": "/fragments/replace/marquee-2/r2c2" | ||
} | ||
], | ||
":type": "sheet" | ||
} |
15 changes: 15 additions & 0 deletions
15
test/features/personalization/mocks/manifestInvalidSelector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"total": 5, | ||
"offset": 0, | ||
"limit": 5, | ||
"data": [ | ||
{ | ||
"action": "replaceContent", | ||
"selector": ".bad...selector", | ||
"page filter (optional)": "", | ||
"param-newoffer=123": "", | ||
"all": "on" | ||
} | ||
], | ||
":type": "sheet" | ||
} |
29 changes: 29 additions & 0 deletions
29
test/features/personalization/mocks/manifestSectionBlock.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"total": 5, | ||
"offset": 0, | ||
"limit": 5, | ||
"data": [ | ||
{ | ||
"action": "removeContent", | ||
"selector": "section2 block2", | ||
"page filter (optional)": "", | ||
"param-newoffer=123": "", | ||
"all": "on" | ||
}, | ||
{ | ||
"action": "removeContent", | ||
"selector": "custom-block2", | ||
"page filter (optional)": "", | ||
"param-newoffer=123": "", | ||
"all": "on" | ||
}, | ||
{ | ||
"action": "removeContent", | ||
"selector": "section5 custom-block", | ||
"page filter (optional)": "", | ||
"param-newoffer=123": "", | ||
"all": "on" | ||
} | ||
], | ||
":type": "sheet" | ||
} |
Oops, something went wrong.