Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 08518b2

Browse files
committed
tests are updated
1 parent a5e3e76 commit 08518b2

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

src/tests/__tags.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88
</head>
99
<body>
1010
<p class="et-paragragh">Paragraph Text</p>
11-
<p class="et-regular"> Regular Text</p>
1211
<b>Bold Text</b>
1312
<i>Italic Text</i>
1413
<u>Underlined Text</u>
15-
<q class="et-quote">Quote</q>
14+
<q>Quote</q>
1615
</body>
1716
</html>

src/tests/auto/__TAG_TESTS.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11

22
__TAGS_TESTS = [
3-
43
{
54
"classname": "et-paragraph"
6-
},
7-
{
8-
"classname": "et-quote"
95
}
10-
116
]
127

138
let TAGS_TEST_DATA = document.createElement("div");

0 commit comments

Comments
 (0)