itemengine-cypress-automation 1.0.161-4AprilRepoUpdate-d9ea826.0 → 1.0.161

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.161-4AprilRepoUpdate-d9ea826.0",
3
+ "version": "1.0.161",
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
+ }