itemengine-cypress-automation 1.0.553-IEI-7000-main-043954e.0 → 1.0.553-IEI-7000-main-8cb7c78.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.
|
@@ -256,7 +256,7 @@ describe('Create item page - Drag and drop into categories: Minimum scoring, Pen
|
|
|
256
256
|
dragAndDropIntoCategoriesPage.steps.verifyCorrectOptionIcon(0);
|
|
257
257
|
dragAndDropIntoCategoriesPage.steps.verifyCorrectOptionIcon(1);
|
|
258
258
|
dragAndDropIntoCategoriesPage.steps.verifyCorrectOptionIcon(2);
|
|
259
|
-
dragAndDropIntoCategoriesPage.steps.verifyCorrectIncorrectStatusMessageNotExists
|
|
259
|
+
dragAndDropIntoCategoriesPage.steps.verifyCorrectIncorrectStatusMessageNotExists();
|
|
260
260
|
});
|
|
261
261
|
|
|
262
262
|
it('When the user select \'Round up if >= 0.50:Round down if <= 0.50\' and attempted correctly, then the rounding option should be applied correctly', () => {
|
|
@@ -64,7 +64,7 @@ describe('Create Item page - Drag and drop into categories: Style and layout cus
|
|
|
64
64
|
});
|
|
65
65
|
|
|
66
66
|
it(`Options should have default alignment in ${view}`, () => {
|
|
67
|
-
dragAndDropIntoCategoriesPage.steps.verifyOptionAlignmentInPanelInStudentView(
|
|
67
|
+
dragAndDropIntoCategoriesPage.steps.verifyOptionAlignmentInPanelInStudentView();
|
|
68
68
|
});
|
|
69
69
|
}
|
|
70
70
|
|