test(`can analyze an element with a valid ID that has numbers in the middle of it's ID`, function () {
  const windowScope = createWindow(fixture)
  var elements = compareElementsAndSimmer(windowScope, '#a111a')
  expect(elements).not.toBe(undefined)
  expect(elements.SimmerEl).not.toBe(undefined)