itemengine-cypress-automation 1.0.535-fix-label-numberline-25cd38f.0 → 1.0.535-fix-label-numberline-cc11ff5.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.
@@ -212,7 +212,7 @@ describe('Fill In the gaps with dropdown - Additional settings : Placeholder tex
212
212
  fillInTheGapsDropdownPage.steps.selectEnumerationType('without enumeration');
213
213
  fillInTheGapsDropdownPage.steps.switchToPreviewTab();
214
214
  fillInTheGapsDropdownPage.steps.switchToGradingView();
215
- utilities.verifyInnerText(fillInTheGapsDropdownPage.correctAnswerSectionWithoutEnumerationWrapper(), 'Lorem ipsum dolor sit amet, \nFlower\n​\n onsectetur adipiscing elit. Ut pellentesque tinciduntornare. Integer porttitor est quis urna porttitor, eget tempus tellus dapibus \nLeaf\n​');
215
+ utilities.verifyInnerText(fillInTheGapsDropdownPage.correctAnswerSectionWithoutEnumerationWrapper(), 'Lorem ipsum dolor sit amet, \nCorrect\nFlower\n​\n onsectetur adipiscing elit. Ut pellentesque tinciduntornare. Integer porttitor est quis urna porttitor, eget tempus tellus dapibus \nCorrect\nLeaf\n​');
216
216
  fillInTheGapsDropdownPage.steps.verifyCorrectAnswerResponsesWithoutEnumeration(['Flower', 'Leaf']);
217
217
  fillInTheGapsDropdownPage.steps.verifyDropdownNumerationNotExistsPreviewTab();
218
218
  utilities.verifyElementVisibilityState(fillInTheGapsDropdownPage.correctAnswerResponseNumeration(), 'notExist');
@@ -247,7 +247,7 @@ describe('Create Item page: Tool settings', () => {
247
247
  rulerPage.steps.expandRotationDropdown();
248
248
  rulerPage.steps.selectOptionFromRotationDropdown('Allow rotation and display angle');
249
249
  rulerPage.steps.enterInputToOpacityInputField(60);
250
- rulerPage.steps.checkAddShowHideButtonCheckbox();
250
+ // rulerPage.steps.checkAddShowHideButtonCheckbox();
251
251
  toolSettingsComponent.steps.clickOnOkButtonInDialogBox();
252
252
  utilities.verifyElementVisibilityState(dialogBoxBase.dialogBox(), 'notExist');
253
253
  toolSettingsComponent.steps.verifyToolSelectedState(0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.535-fix-label-numberline-25cd38f.0",
3
+ "version": "1.0.535-fix-label-numberline-cc11ff5.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {