itemengine-cypress-automation 1.0.453-task-IEI-6684-f7a615c.0 → 1.0.453-task-IEI-6684-172a364.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')
@@ -140,7 +140,7 @@ const selectors = {
140
140
  customizeToolsAndControlsPath: () => thinkSpherePage.customizeToolsAndControls().find('path'),
141
141
  solvePhaseToolsAndControlsOptionsTilesFeatherCheckIcon: () => thinkSpherePage.solveToolsAndControlsOptionsTiles('Text').find('[data-name="Icon feather-check"]'),
142
142
  solvePhaseToolsAndControlsOptionsTilesRectangle: () => thinkSpherePage.solveToolsAndControlsOptionsTiles('Text').find('[data-name*="Rectangle"]'),
143
- solvePhaseToolsAndControlsOptionsTilesDragItemFlexWrapperSvg: () => thinkSpherePage.solveToolsAndControlsOptionsTiles('Text').find('.drag-item-flex-wrapper svg path'),
143
+ solvePhaseToolsAndControlsOptionsTilesDragItemFlexWrapperSvg: () => thinkSpherePage.solveToolsAndControlsOptionsTiles('Text').find('.drag-item-flex-wrapper svg'),
144
144
  solvePhaseToolsAndControlsOptionsTilesTextDragIconSvgPath: () => thinkSpherePage.solveToolsAndControlsOptionsTiles('Text').find('.drag-icon-button-custom-format svg path'),
145
145
  solvePhaseToolsAndControlsOptionsTilesArrayDragIconSvgPath: () => thinkSpherePage.solveToolsAndControlsOptionsTiles('Array').find('.drag-icon-button-custom-format svg path'),
146
146
  playerTimer: () => cy.get('[class*="VideoPlayerstyles__PlayerTimerWrapper"]'),
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-172a364.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {