test(`can analyze an element with an ID`, function () {
  const windowScope = createWindow(fixture)
  var elements = compareElementsAndSimmer(windowScope, '#BodyDiv')
  expect(elements).not.toBe(undefined)
  expect(elements.SimmerEl).not.toBe(undefined)