|
1 | | -import { module, test } from 'qunit'; |
| 1 | +import { module, test, skip } from 'qunit'; |
2 | 2 | import { setupRenderingTest } from 'ember-qunit'; |
3 | 3 | import { render, findAll, click } from '@ember/test-helpers'; |
4 | 4 | import hbs from 'htmlbars-inline-precompile'; |
@@ -67,7 +67,7 @@ module('Integration | Component | table of contents', function (hooks) { |
67 | 67 | assert.dom(findAll(`${contentReference} li`)[1]).hasText(MODULES[1]); |
68 | 68 | }); |
69 | 69 |
|
70 | | - test('Underlying content hides once clicked', async function (assert) { |
| 70 | + skip('Underlying content hides once clicked', async function (assert) { |
71 | 71 | // Set any properties with this.set('myProperty', 'value'); |
72 | 72 | this.set('emberVersion', '2.4.3'); |
73 | 73 | this.set('moduleIDs', MODULES); |
@@ -101,7 +101,7 @@ module('Integration | Component | table of contents', function (hooks) { |
101 | 101 | }, TIMEOUT_FOR_ANIMATION); |
102 | 102 | }); |
103 | 103 |
|
104 | | - test('Underlying content should be visible after 2 clicks', async function (assert) { |
| 104 | + skip('Underlying content should be visible after 2 clicks', async function (assert) { |
105 | 105 | // Set any properties with this.set('myProperty', 'value'); |
106 | 106 | this.set('emberVersion', '2.4.3'); |
107 | 107 | this.set('moduleIDs', MODULES); |
|
0 commit comments