itemengine-cypress-automation 1.0.453-task-IEI-6684-f7a615c.0 → 1.0.453-task-IEI-6684-6d20f1b.0

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.
@@ -85,7 +85,7 @@ describe('ThinkSphere Question - Solve Phases Section', () => {
85
85
  'fill': css.color.defaultBackground
86
86
  });
87
87
  cy.log('CSS of icon of selected toolbar formatting option')
88
- utilities.verifyCSS(thinkSpherePage.solvePhaseToolsAndControlsOptionsTilesDragItemFlexWrapperSvg(), {
88
+ utilities.verifyCSS(thinkSpherePage.solvePhaseToolsAndControlsOptionsTilesDragItemFlexWrapperSvg().find('path'), {
89
89
  'fill': 'none'
90
90
  });
91
91
  cy.log('CSS of drag handle of selected toolbar formatting option')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.453-task-IEI-6684-f7a615c.0",
3
+ "version": "1.0.453-task-IEI-6684-6d20f1b.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {