itemengine-cypress-automation 1.0.453-task-IEI-6684-6d20f1b.0 → 1.0.453-task-IEI-6684-c4c69c1.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.
@@ -25,8 +25,8 @@ const selectors = {
25
25
  categoryAccordionIcon: () => cy.get('[class*="expandIcon"]'),
26
26
  categoryAccordionCheckbox: () => cy.get('.accordian-checkbox [type="checkbox"]'),
27
27
  categoryAccordionLabel: () => cy.get('.accordian-label'),
28
- buttonSave: () => cy.get('.action-btn-wrapper button').eq(0),
29
- buttonCancel: () => cy.get('.action-btn-wrapper button').eq(1),
28
+ buttonSave: () => cy.get('.action-btn-wrapper button').eq(1),
29
+ buttonCancel: () => cy.get('.action-btn-wrapper button').eq(0),
30
30
  categoryCharacters: (ariaLabel = null) => {
31
31
  if (ariaLabel) {
32
32
  return cy.get(`.icon-button-custom-format[aria-label="${ariaLabel}"]`)
@@ -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-6d20f1b.0",
3
+ "version": "1.0.453-task-IEI-6684-c4c69c1.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {