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.
MWPW-162795: Complimentary/Product Entry CTAs (#3354)
* Comp Web App Sign In * Comp Sign In * Complimentary CTA test cases and structural change * Adding Complimentary CTA block under synthetic blocks * Changing the reference to Product Entry CTA * Changing the reference to Product Entry CTA --------- Co-authored-by: Akansha Arora <>
- Loading branch information
1 parent
82694a3
commit faf70c2
Showing
5 changed files
with
47 additions
and
0 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
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
9 changes: 9 additions & 0 deletions
9
test/blocks/global-navigation/mocks/global-navigation-product-entry-cta.plain.js
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,9 @@ | ||
export default ` | ||
<div> | ||
<div class="product-entry-cta"> | ||
<div> | ||
<div><strong><a href="https://adobe.com/">Go To Acrobat</a></strong></div> | ||
</div> | ||
</div> | ||
</div> | ||
`; |