itemengine-cypress-automation 1.0.535-fix-label-numberline-25cd38f.0 → 1.0.535-fix-label-numberline-7d14b0a.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');
|