itemengine-cypress-automation 1.0.580-IEI-7040-1e744fc.0 → 1.0.580-IEI-7040-99ff48c.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.
@@ -43,7 +43,7 @@ const selectors = {
43
43
  selectedAlternateAnswerCountSpecifyCorrectAnswer: () => cy.get('.selected-option-wrapper'),
44
44
  answerStatusBanner: () => cy.get('[class*="AnswerStatusWrapper"]'),
45
45
  correctAnswerPointsLabel: () => cy.get('[class*="CorrectAnswerSectionstyle__CorrectAnswerLabelWrapper"] p'),
46
- alternativeAnswersSection: () => cy.get('[class*="CorrectAnswerLabelWrapper"]').eq(4), // Alternative answer is typically the second wrapper
46
+ alternativeAnswersSection: () => cy.get('[class*="CorrectAnswerLabelWrapper"]').eq(4), // Alternative answer is typically the fifth wrapper
47
47
  }
48
48
 
49
49
  const steps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.580-IEI-7040-1e744fc.0",
3
+ "version": "1.0.580-IEI-7040-99ff48c.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {