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