itemengine-cypress-automation 1.0.160-migrationScripts-573b68f.0 → 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
|
9
|
+
questionInstructionsText: () => cy.get('.question-instruction'),
|
10
10
|
questionInstructionsWrapper: () => cy.get('.edit-question-instruction-wrapper')
|
11
11
|
}
|
12
12
|
|