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
  });
@@ -1,5 +1,5 @@
1
1
  global:
2
- name: item-engine-ui-audio-response
2
+ name: itemengine-audio-response
3
3
  type: job
4
4
  autoDeploy:
5
5
  enabled: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.481-IEI-6793-55fc808.0",
3
+ "version": "1.0.481",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {