itemengine-cypress-automation 1.0.481-IEI-6793-55fc808.0 → 1.0.481
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -322,6 +322,7 @@ describe('Create item page: Charts - Dot - Preview contents in all views', () =>
|
|
322
322
|
});
|
323
323
|
|
324
324
|
it('When user hovers on the enabled redo button, then tooltip \'Redo\' should be displayed', () => {
|
325
|
+
utilities.triggerMouseout(chartsDotPlotPage.controlOptionsPreviewTab(controlOptions[0]));
|
325
326
|
chartsDotPlotPage.controlOptionsPreviewTab(controlOptions[1])
|
326
327
|
.verifyTooltip('Redo');
|
327
328
|
});
|