itemengine-cypress-automation 1.0.386-IEI-5793-73a4fdf.0 → 1.0.386-IEI-5793-4ad8a95.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.
@@ -97,7 +97,7 @@ describe('Test grading view with multiple session and student Ids', { tags: 'smo
97
97
  })
98
98
  });
99
99
 
100
- cy.visit('/item-engine/grading-grid-view');
100
+ cy.visit('/item-engine/multiple-session/grading-view');
101
101
 
102
102
  });
103
103
  describe('Launch grading grid view for each session', { tags: 'smoke' }, () => {
@@ -22,7 +22,7 @@ const steps = {
22
22
  *
23
23
  * @param {Object} params - Parameters for session setup and grading.
24
24
  * @param {Array<string>} params.studentIds - Array of studentIds to be graded.
25
- * @param {Array<string>} params.studentIds - Array of sessionIds to be graded.
25
+ * @param {Array<string>} params.sessionIds - Array of sessionIds to be graded.
26
26
  * @param {Array<string>} params.itemIds - Array of item IDs involved in the session.
27
27
  * @param {Array<string>} params.responseIds - Array of response IDs corresponding to each student/item.
28
28
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.386-IEI-5793-73a4fdf.0",
3
+ "version": "1.0.386-IEI-5793-4ad8a95.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {