CarouselElement parent = new CarouselElement(xdimeContext);
pushElement(parent);
executeTest();
CarouselAttributes parentAttrs = (CarouselAttributes)parent.getProtocolAttributes();
RefreshAttributes refreshAttrs = parentAttrs.getRefreshAttributes();
assertNotNull(refreshAttrs);
assertEquals(refreshAttrs.getId(), getWidgetId());
}