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(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.177-figDndMigration-78a290b.0",
3
+ "version": "1.0.178-figDndMigration-78c8415.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {