itemengine-cypress-automation 1.0.585-IEI-7161-main-9d7019b.0 → 1.0.585-IEI-7161-main-ba54fa6.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.
@@ -131,10 +131,6 @@ describe('Create question page - Upload Response: Preview', () => {
131
131
 
132
132
  it('On \'Capture image\' popup following should be displayed - \'Capture image\' title text, Camera preview, Capture and Cancel buttons', () => {
133
133
  uploadResponsePage.steps.verifyCaptureImagePopup();
134
- utilities.verifyElementVisibilityState(uploadResponsePage.acceptButton(), 'visible');
135
- utilities.verifyElementVisibilityState(uploadResponsePage.cancelButton(), 'visible');
136
- utilities.verifyInnerText(uploadResponsePage.cancelButton(), 'Cancel');
137
- utilities.verifyInnerText(uploadResponsePage.acceptButton(), 'Capture');
138
134
  });
139
135
 
140
136
  it('CSS of \'Capture image\' popup', { tags: 'css' }, () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.585-IEI-7161-main-9d7019b.0",
3
+ "version": "1.0.585-IEI-7161-main-ba54fa6.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {