itemengine-cypress-automation 1.0.274-cssUpdates12Dec-1ae2022.0 → 1.0.275-cssUpdates12Dec-bbaeace.0

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.only('Save Question button', () => {
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
- // 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();
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', () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.274-cssUpdates12Dec-1ae2022.0",
3
+ "version": "1.0.275-cssUpdates12Dec-bbaeace.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {