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

Commit 3303352

Browse files
committed
tests updated according to the new CSS class methods
1 parent a18886b commit 3303352

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/tests/__buttons.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<button class="et-button-danger et-hover">Close this Task</button>
1313
<button class="et-button-valid">Save Changes</button>
1414
<button class="et-button-warning">Check Notifications</button>
15-
<button class="et-button-deactivated">Button</button>
16-
<button class="et-button-deactivated-secondary">deactivated</button>
15+
<button class="et-button-disabled">Button</button>
16+
<button class="et-button-disabled-secondary">deactivated</button>
1717

1818

1919
<button class="et-button-info-secondary">Button</button>

src/tests/auto/__BUTTON_TESTS.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ __BUTTON__TESTS = [
2222
"classname": "et-button-warning"
2323
},
2424
{
25-
"classname": "et-button-deactivated"
25+
"classname": "et-button-disabled"
2626
},
2727
{
28-
"classname": "et-button-deactivated-secondary"
28+
"classname": "et-button-disabled-secondary"
2929
},
3030
{
3131
"classname": "et-button-info-secondary"

0 commit comments

Comments
 (0)