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