itemengine-cypress-automation 1.0.159 → 1.0.160-questionInsructionSelectorFix-525baf7.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ const css = Cypress.env('css');
6
6
  const selectors = {
7
7
  questionInstructionsLabelEditTab: () => cy.get('.edit-question-instruction-label'),
8
8
  questionInstructionsInputField: () => cy.get('[title="Question Instructions"]'),
9
- questionInstructionsText: () => cy.get('.question-instruction:visible'),
9
+ questionInstructionsText: () => cy.get('.question-instruction'),
10
10
  questionInstructionsWrapper: () => cy.get('.edit-question-instruction-wrapper')
11
11
  }
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.159",
3
+ "version": "1.0.160-questionInsructionSelectorFix-525baf7.0",
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
+ }