itemengine-cypress-automation 1.0.474-IEI-6720-7ad4889.0 → 1.0.474-IEI-6720-7bc70b3.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.
@@ -41,7 +41,7 @@ describe('Single selection - Response mode toggle', () => {
|
|
41
41
|
singleSelectionPage.steps.checkOptionInSpecifyCorrectAnswerSection(1);
|
42
42
|
});
|
43
43
|
|
44
|
-
it('should be able to change response mode of a saved item and save with different type
|
44
|
+
it('should be able to change response mode of a saved item and save with different question type', () => {
|
45
45
|
singleSelectionPage.steps.saveAQuestionAndVerifySnackbar();
|
46
46
|
cy.wait(5000).then(() => {
|
47
47
|
itemPreviewPage.referenceID().invoke('text').then(($text) => {
|