itemengine-cypress-automation 1.0.335-IEI-5508-automated-tests-9643d04.0 → 1.0.336-IEI-5508-automated-tests-1b030dd.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.
@@ -124,6 +124,8 @@ const selectors = {
124
124
  aspectRatioButton: () => cy.get('.lock-reset-icon-wrapper button').eq(0),
125
125
  resetDimensionsButton: () => cy.get('.lock-reset-icon-wrapper button').eq(1),
126
126
  uploadLabel: () => cy.get('[class*="SimpleImageUploaderstyles__LabelWrapper"]').eq(0),
127
+ uploadedImage: () => cy.get('[aria-label="Image"]'),
128
+ uploadImageLoader: () => cy.get('[class*="InlineLoaderstyles__LoaderDiv"]'),
127
129
  fileNameLabel: () => cy.get('[class*="SimpleImageUploaderstyles__LabelWrapper"]').eq(1),
128
130
  fileUploadSection: () => cy.get('.file-input-wrapper'),
129
131
  chooseFileButton: () => cy.get('.choose-file-button'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.335-IEI-5508-automated-tests-9643d04.0",
3
+ "version": "1.0.336-IEI-5508-automated-tests-1b030dd.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {