formatting
This commit is contained in:
parent
a940829a12
commit
61c0dbdf01
@ -175,7 +175,7 @@ const matchDropdown = (mut, testName, openOrClose) => {
|
|||||||
Array.from(nodes).some(
|
Array.from(nodes).some(
|
||||||
n => n.nodeType === Node.ELEMENT_NODE &&
|
n => n.nodeType === Node.ELEMENT_NODE &&
|
||||||
n.classList.contains("db-web-dropdown-outer-container"))
|
n.classList.contains("db-web-dropdown-outer-container"))
|
||||||
}
|
}
|
||||||
|
|
||||||
/**@param {MutationRecord} mut */
|
/**@param {MutationRecord} mut */
|
||||||
const getDropdownList = (mut) => {
|
const getDropdownList = (mut) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user