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'),
|