test(`can analyze anelement which has a class only (no IDs on it or its direct parent)`, function () {
  const windowScope = createWindow(fixture)
  var elements = compareElementsAndSimmer(windowScope, '.Active')
  expect(elements).not.toBe(undefined)
  expect(elements.el).toBe(elements.SimmerEl)