itemengine-cypress-automation 1.0.167-repoUpdate10April-1465c8c.0 → 1.0.169

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ const selectors = {
16
16
  },
17
17
  pointsLabel: () => cy.get('.points-label'),
18
18
  //TODO: Need to update below selectors, once https://redmine.zeuslearning.com/issues/553983 gets resolved
19
- pointsInputField: () => cy.get('.points-label-wrapper [class*="points-input-field"]:visible input[type="text"]'),
19
+ pointsInputField: () => cy.get('[class*="points-input-field"] input[type="text"]'),
20
20
  pleaseEnterPointsErrorMessage: () => cy.get('[class*="ErrorBlockstyles__ErrorText"]:visible'),
21
21
  pointsWrapper: () => cy.get('.set-correct-answer-points-wrapper'),
22
22
  minimumScoringLabel: () => cy.get('#minimum-scoring-dropdown-label'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.167-repoUpdate10April-1465c8c.0",
3
+ "version": "1.0.169",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -35,4 +35,4 @@
35
35
  "node-fetch": "^3.3.2",
36
36
  "react-uuid": "^2.0.0"
37
37
  }
38
- }
38
+ }