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

Commit f388f39

Browse files
committed
tests modified
1 parent 78644c8 commit f388f39

2 files changed

Lines changed: 3 additions & 12 deletions

File tree

src/tests/__buttons.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</head>
1010
<body>
1111
<button>Download</button>
12-
<button class="et-button-danger et-hover">Close this Task</button>
12+
<button class="et-button-invalid">Close this Task</button>
1313
<button class="et-button-valid">Save Changes</button>
1414
<button class="et-button-warning">Check Notifications</button>
1515
<button class="et-button-disabled">Button</button>
@@ -19,6 +19,6 @@
1919
<button class="et-button-secondary">Button</button>
2020
<button class="et-button-alert-secondary">Button</button>
2121
<button class="et-button-warning-secondary">Button</button>
22-
<button class="et-button-success-secondary">Button</button>
22+
<button class="et-button-valid-secondary">Button</button>
2323
</body>
2424
</html>

src/tests/auto/__BUTTON_TESTS.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,9 @@ __BUTTON__TESTS = [
33
{
44
"classname": "et-button"
55
},
6-
{
7-
"classname": "et-primaryButton"
8-
},
9-
{
10-
"classname": "et-button-danger"
11-
},
126
{
137
"classname": "et-button-invalid"
148
},
15-
{
16-
"classname": "et-button-success"
17-
},
189
{
1910
"classname": "et-button-valid"
2011
},
@@ -37,7 +28,7 @@ __BUTTON__TESTS = [
3728
"classname": "et-button-warning-secondary"
3829
},
3930
{
40-
"classname": "et-button-success-secondary"
31+
"classname": "et-button-valid-secondary"
4132
}
4233
]
4334

0 commit comments

Comments
 (0)