|
1 |
| -htmlSuite('core-overlay', function() { |
2 |
| - htmlTest('html/core-overlay-basic.html'); |
3 |
| - htmlTest('html/core-overlay-positioning.html'); |
4 |
| - htmlTest('html/core-overlay-positioning-margin.html'); |
5 |
| - htmlTest('html/core-overlay-scroll.html'); |
6 |
| - htmlTest('html/core-overlay-quick-close.html'); |
7 |
| -}); |
| 1 | +/** |
| 2 | + * This method is a suite of tests for the 'core-overlay' functionality. Each separate test is described by the string input parameter, |
| 3 | + * which represents the specific HTML file that contains the test. The core-overlay functionality is likely a UI element or group of |
| 4 | + * elements, and these tests verify its correct operation and interaction with other elements. |
| 5 | + * @param {string} 'html/core-overlay-basic.html' - The path to the basic test for core-overlay functionality. |
| 6 | + * @param {string} 'html/core-overlay-positioning.html' - The path to the test for the positioning of the core-overlay. |
| 7 | + * @param {string} 'html/core-overlay-positioning-margin.html' - The path to the test for the positioning margin of the core-overlay. |
| 8 | + * @param {string} 'html/core-overlay-scroll.html' - The path to the test for the scrolling feature of the core-overlay. |
| 9 | + * @param {string} 'html/core-overlay-quick-close.html' - The path to the test for the quick close feature of the core-overlay. |
| 10 | + * @returns {void} This function does not return anything. It simply runs the tests as indicated by the argument paths. |
| 11 | + */ |
| 12 | +htmlSuite('core-overlay', function() { |
| 13 | + htmlTest('html/core-overlay-basic.html'); |
| 14 | + htmlTest('html/core-overlay-positioning.html'); |
| 15 | + htmlTest('html/core-overlay-positioning-margin.html'); |
| 16 | + htmlTest('html/core-overlay-scroll.html'); |
| 17 | + htmlTest('html/core-overlay-quick-close.html'); |
| 18 | +}); |
0 commit comments