Skip to content

Commit 11f3567

Browse files
committed
remove deprecated test
1 parent 645fa88 commit 11f3567

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/integration/components/es-button-test.js

-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ module('Integration | Component | es button', function(hooks){
2828
assert.ok(document.querySelector('.es-button'), 'has base es-button class');
2929
});
3030

31-
test('can set button-block class', async function(assert) {
32-
await render(hbs`{{es-button isBlock=true}}`);
33-
34-
assert.ok(document.querySelector('.button-block'), 'has button-block class');
35-
});
36-
3731
test('can display set label', async function(assert) {
3832
const label = 'Button Label';
3933

0 commit comments

Comments
 (0)