Skip to content

Commit

Permalink
Remove from mep folder and add unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markpadbe committed Sep 19, 2024
1 parent 799d652 commit c1949f3
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 295 deletions.
142 changes: 0 additions & 142 deletions libs/mep/mwpw-143159/timeline/timeline.css

This file was deleted.

153 changes: 0 additions & 153 deletions libs/mep/mwpw-143159/timeline/timeline.js

This file was deleted.

25 changes: 25 additions & 0 deletions test/blocks/timeline/mocks/switchcolors.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<html dir="rtl">
<div class="timeline">
<div>
<div data-valign="middle">
<p>#FFCE2E</p>
<h3 id="day-1">Day 1</h3>
<p>If you start your free trial today | <strong>7-day free trial</strong></p>
</div>
</div>
<div>
<div data-valign="middle">
<p>linear-gradient(to right, #E63888 0, #E9749A 100%)</p>
<h3 id="day-8">Day 8</h3>
<p>Your subscription starts and billing begins | <strong>14-day full refund period</strong></p>
</div>
</div>
<div>
<div data-valign="middle">
<h3 id="day-21">Day 21</h3>
<p>Full refund period ends</p>
</div>
</div>
</div>
</div>
</html>
Loading

0 comments on commit c1949f3

Please sign in to comment.