Skip to content

Commit 2268219

Browse files
committed
Fix some Embroider optimized issues
1 parent dd97560 commit 2268219

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

tests/integration/components/au-data-table/au-data-table-content-header-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module(
99
setupRenderingTest(hooks);
1010

1111
test('it renders', async function (assert) {
12-
await render(hbs`{{au-data-table-content-header}}`);
12+
await render(hbs`<AuDataTableContentHeader />`);
1313
assert.dom('thead').exists({ count: 1 });
1414

1515
assert.dom('*').hasText('');

tests/integration/components/au-data-table/au-data-table-menu-general-test.js

-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ module(
88
function (hooks) {
99
setupRenderingTest(hooks);
1010

11-
test('it renders', async function (assert) {
12-
// Set any properties with this.set('myProperty', 'value');
13-
// Handle any actions with this.on('myAction', function(val) { ... });
14-
15-
await render(hbs`{{au-data-table-menu-general}}`);
16-
17-
assert.dom('*').hasText('');
18-
});
19-
2011
test('it renders block only if data table selection is empty', async function (assert) {
2112
// Set any properties with this.set('myProperty', 'value');
2213
// Handle any actions with this.on('myAction', function(val) { ... });

0 commit comments

Comments
 (0)