itemengine-cypress-automation 1.0.274-cssUpdates12Dec-1ae2022.0 → 1.0.274
Sign up to get free protection for your applications and to get access to all the features.
@@ -35,15 +35,15 @@ describe('Create Item page - Single Selection: Header section and Saving questio
|
|
35
35
|
singleSelectionPage.tests.verifyCancelButton('single selection');
|
36
36
|
});
|
37
37
|
|
38
|
-
describe
|
38
|
+
describe('Save Question button', () => {
|
39
39
|
abortEarlySetup();
|
40
40
|
before(() => {
|
41
41
|
singleSelectionPage.steps.navigateToCreateQuestion('single selection');
|
42
42
|
cy.barsPreLoaderWait();
|
43
43
|
//Adding a temperory fix to wait for the options to load https://redmine.zeuslearning.com/issues/584236
|
44
|
-
|
45
|
-
|
46
|
-
|
44
|
+
utilities.verifyElementCount(singleSelectionPage.optionWrapper(), 4);
|
45
|
+
singleSelectionPage.steps.addTextInQuestionInstructionsInputField('Which of the following is the major contributor to increased carbon dioxide levels because of urbanization? Select your answer from the options below.');
|
46
|
+
singleSelectionPage.steps.clearQuestionInstructionsInputField();
|
47
47
|
});
|
48
48
|
|
49
49
|
describe('Validation error messages', () => {
|