itemengine-cypress-automation 1.0.591-IEI-7055-cypress-d2f8270.0 → 1.0.592-IEI-7055-cypress-384b76a.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.
@@ -614,7 +614,7 @@ const steps = {
614
614
  * @param {Object[]} coordinates - An array containing x and y coordinates along with their ranges
615
615
  * @param {number} range - range of x coordinate
616
616
  */
617
- verifyCorrectResponseOnNumberLineCorrectAnswerSection: (label, range, coordinate, isAlternativeAnswer, isGradingView) => {
617
+ verifyCorrectResponseOnNumberLineCorrectAnswerSection: (label, range, coordinate, isAlternativeAnswer) => {
618
618
  let index = isAlternativeAnswer ? 2 : 1;
619
619
  numberLineLabelPage.numberLineCorrectAnswerSection()
620
620
  .then(($graphElement) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.591-IEI-7055-cypress-d2f8270.0",
3
+ "version": "1.0.592-IEI-7055-cypress-384b76a.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {