itemengine-cypress-automation 1.0.288 → 1.0.289

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.
@@ -95,6 +95,7 @@ describe('Create Item page - Number line: All or nothing ', () => {
95
95
  itemPreviewPage.steps.resetQuestionPreview();
96
96
  break;
97
97
  case 'Grading view':
98
+ cy.wait(5000);
98
99
  cy.visit(`/item-engine/demo/render-item/student-view/${utilities.base64Encoding(itemReferenceID)}`);
99
100
  break;
100
101
  }
@@ -9,7 +9,7 @@ const threeOptions = ['option 1', 'option 2', 'option 3'];
9
9
 
10
10
  //TODO update option container selectors when https://redmine.zeuslearning.com/issues/563159 is resolved
11
11
  const selectors = {
12
- draggableOption: () => cy.get('[class*="DraggableItemstyles__DraggableItemWrapper"] [role="menu"],[class*="DraggableItemstyles__DraggableItemWrapper"][role="button"]'),
12
+ draggableOption: () => cy.get('[class*="DraggableItemstyles__DraggableItemWrapper"] [role="menu"],[class*="DraggableItemstyles__DraggableItemWrapper"][role="button"],[class*="DraggableItems"][class*="__ItemWrapper"]'),
13
13
  optionsContainerSpecifyCorrectAnswerSection: () => cy.get('.option-drag-and-drop'),
14
14
  optionsContainerPreviewTab: () => cy.get('[class*="question-preview-wrapper"] .option-drag-and-drop,[class*="question-preview-wrapper"] .standard-options-dropzone'),
15
15
  groupedOptionsTitleSpecifyCorrectAnswerSection: () => cy.get('[class*="GroupTitleWrapper"]'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.288",
3
+ "version": "1.0.289",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {