File tree 2 files changed +1
-10
lines changed
tests/integration/components/au-data-table
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 9
9
setupRenderingTest ( hooks ) ;
10
10
11
11
test ( 'it renders' , async function ( assert ) {
12
- await render ( hbs `{{au-data-table-content-header}} ` ) ;
12
+ await render ( hbs `<AuDataTableContentHeader /> ` ) ;
13
13
assert . dom ( 'thead' ) . exists ( { count : 1 } ) ;
14
14
15
15
assert . dom ( '*' ) . hasText ( '' ) ;
Original file line number Diff line number Diff line change 8
8
function ( hooks ) {
9
9
setupRenderingTest ( hooks ) ;
10
10
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
-
20
11
test ( 'it renders block only if data table selection is empty' , async function ( assert ) {
21
12
// Set any properties with this.set('myProperty', 'value');
22
13
// Handle any actions with this.on('myAction', function(val) { ... });
You can’t perform that action at this time.
0 commit comments