generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c46518
commit c38748c
Showing
25 changed files
with
618 additions
and
97 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
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
3 changes: 3 additions & 0 deletions
3
test/features/personalization/mocks/fragmentReplaced.plain.html
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,3 @@ | ||
<div> | ||
<h3>The fragment has been replaced</h3> | ||
</div> |
18 changes: 18 additions & 0 deletions
18
test/features/personalization/mocks/manifestInsertContentAfter.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,18 @@ | ||
{ | ||
"total": 5, | ||
"offset": 0, | ||
"limit": 5, | ||
"data": [ | ||
{ | ||
"action": "insertContentAfter", | ||
"selector": ".marquee", | ||
"page filter (optional)": "", | ||
"param-newoffer=123": "", | ||
"chrome": "/fragments/insertafter", | ||
"firefox": "", | ||
"android": "", | ||
"ios": "" | ||
} | ||
], | ||
":type": "sheet" | ||
} |
18 changes: 18 additions & 0 deletions
18
test/features/personalization/mocks/manifestInsertContentBefore.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,18 @@ | ||
{ | ||
"total": 5, | ||
"offset": 0, | ||
"limit": 5, | ||
"data": [ | ||
{ | ||
"action": "insertContentBefore", | ||
"selector": ".marquee", | ||
"page filter (optional)": "", | ||
"param-newoffer=123": "", | ||
"chrome": "/fragments/insertbefore", | ||
"firefox": "", | ||
"android": "", | ||
"ios": "" | ||
} | ||
], | ||
":type": "sheet" | ||
} |
15 changes: 15 additions & 0 deletions
15
test/features/personalization/mocks/manifestPageFilterExclude.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": "replacePage", | ||
"selector": "", | ||
"page filter (optional)": "/no/match/**", | ||
"param-newoffer=123": "", | ||
"chrome": "/test/features/personalization/mocks/replacePage" | ||
} | ||
], | ||
":type": "sheet" | ||
} |
15 changes: 15 additions & 0 deletions
15
test/features/personalization/mocks/manifestPageFilterInclude.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": "replacePage", | ||
"selector": "", | ||
"page filter (optional)": "/**", | ||
"param-newoffer=123": "", | ||
"chrome": "/test/features/personalization/mocks/replacePage" | ||
} | ||
], | ||
":type": "sheet" | ||
} |
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,18 @@ | ||
{ | ||
"total": 5, | ||
"offset": 0, | ||
"limit": 5, | ||
"data": [ | ||
{ | ||
"action": "removeContent", | ||
"selector": ".z-pattern", | ||
"page filter (optional)": "", | ||
"param-newoffer=123": "", | ||
"chrome": "yes", | ||
"firefox": "", | ||
"android": "", | ||
"ios": "" | ||
} | ||
], | ||
":type": "sheet" | ||
} |
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,28 @@ | ||
{ | ||
"total": 5, | ||
"offset": 0, | ||
"limit": 5, | ||
"data": [ | ||
{ | ||
"action": "replaceContent", | ||
"selector": ".how-to", | ||
"page filter (optional)": "", | ||
"param-newoffer=123": "", | ||
"chrome": "", | ||
"firefox": "/drafts/rwoblesk/personalization-testing/fragments/milo-replace-content-firefox-accordion", | ||
"android": "", | ||
"ios": "" | ||
}, | ||
{ | ||
"action": "replaceContent", | ||
"selector": "#features-of-milo-experimentation-platform", | ||
"page filter (optional)": "", | ||
"param-newoffer=123": "", | ||
"chrome": "/fragments/milo-replace-content-chrome-howto-h2", | ||
"firefox": "", | ||
"android": "", | ||
"ios": "" | ||
} | ||
], | ||
":type": "sheet" | ||
} |
18 changes: 18 additions & 0 deletions
18
test/features/personalization/mocks/manifestReplaceFragment.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,18 @@ | ||
{ | ||
"total": 5, | ||
"offset": 0, | ||
"limit": 5, | ||
"data": [ | ||
{ | ||
"action": "replaceFragment", | ||
"selector": "/fragments/replaceme", | ||
"page filter (optional)": "", | ||
"param-newoffer=123": "", | ||
"chrome": "/fragments/fragmentreplaced", | ||
"firefox": "", | ||
"android": "", | ||
"ios": "" | ||
} | ||
], | ||
":type": "sheet" | ||
} |
15 changes: 15 additions & 0 deletions
15
test/features/personalization/mocks/manifestReplacePage.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": "replacePage", | ||
"selector": "", | ||
"page filter (optional)": "", | ||
"param-newoffer=123": "", | ||
"chrome": "/test/features/personalization/mocks/replacePage" | ||
} | ||
], | ||
":type": "sheet" | ||
} |
Oops, something went wrong.