Skip to content

Commit 1d4ca11

Browse files
author
patched.codes[bot]
committed
Patched /tmp/tmp0ldd9tbj/public/bower_components/core-overlay/tests/js/htmltests.js
1 parent 896070d commit 1d4ca11

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed
Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
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

Comments
 (0)