itemengine-cypress-automation 1.0.177-figDndMigration-78a290b.0 → 1.0.178-figDndMigration-78c8415.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -560,6 +560,7 @@ export const extractLrnQuestionData = {
|
|
560
560
|
cy.log(`Extracting the question instructions and answer input field attributes from question ${index}`);
|
561
561
|
obj.questionIndex = index;
|
562
562
|
obj.questionType = 'shortTextResponse'
|
563
|
+
lrnPage.steps.extractQuestionInstructions(obj, index);
|
563
564
|
lrnPage.questionWrapper()
|
564
565
|
.eq(index)
|
565
566
|
.within(() => {
|