test(`can analyze an element with identical siblings, no IDs and sibling with the same class`, function () {
  const windowScope = createWindow(fixture)
  var elements = compareElementsAndSimmer(windowScope, 'td span:nth-child(3)')
  expect(elements).not.toBe(undefined)
  expect(elements.SimmerEl).not.toBe(undefined)