test(`can analyze an element which is a child of an element with an ID`, function () {
  const windowScope = createWindow(fixture)
  var elements = compareElementsAndSimmer(windowScope, '#NavBar ul')
  expect(elements).not.toBe(undefined)
  expect(elements.SimmerEl).not.toBe(undefined)