itemengine-cypress-automation 1.0.480-IEI-6720-0f37564.0 → 1.0.481-IEI-6720-e469b68.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,6 @@
1
1
  import { createItemPage, itemPreviewPage, multipleSelectionPage, singleSelectionPage } from "../../../pages";
2
2
  import utilities from "../../../support/helpers/utilities";
3
+ import abortEarlySetup from "../../../support/helpers/abortEarly";
3
4
  import { responseModeToggle } from "../../../pages/components/responseModeToggle";
4
5
 
5
6
  const options = ['Animal', 'Vehicle', 'Birds', 'Insects'];
@@ -22,6 +23,7 @@ describe('Create item page - Multiple selection : Response mode toggle', () => {
22
23
  });
23
24
 
24
25
  describe('Test response mode toggle functionality while authoring a question', () => {
26
+ abortEarlySetup();
25
27
  it('When no answer is selected, then user should be able to change responseMode', () => {
26
28
  responseModeToggle.steps.changeResponseMode('Multiple selection', 'Single selection');
27
29
  });
@@ -46,6 +48,7 @@ describe('Create item page - Multiple selection : Response mode toggle', () => {
46
48
  });
47
49
 
48
50
  describe('Test response mode toggle functionality on saved item', () => {
51
+ abortEarlySetup();
49
52
  it('When an item is edited to have different response Mode, then user should be able to change response mode of a saved item and save with different question type', () => {
50
53
  multipleSelectionPage.steps.saveAQuestionAndVerifySnackbar();
51
54
  cy.wait(5000).then(() => {
@@ -1,5 +1,6 @@
1
1
  import { createItemPage, itemPreviewPage, singleSelectionPage, multipleSelectionPage } from "../../../pages";
2
2
  import utilities from "../../../support/helpers/utilities";
3
+ import abortEarlySetup from "../../../support/helpers/abortEarly";
3
4
  import { responseModeToggle } from "../../../pages/components/responseModeToggle";
4
5
 
5
6
  const options = ['Animal', 'Vehicle', 'Birds', 'Insects'];
@@ -22,6 +23,7 @@ describe('Create item page - Single selection : Response mode toggle', () => {
22
23
  });
23
24
 
24
25
  describe('Test response mode toggle functionality while authoring a question', () => {
26
+ abortEarlySetup();
25
27
  it('When no answer is selected, then user should be able to change responseMode', () => {
26
28
  responseModeToggle.steps.changeResponseMode('Single selection', 'Multiple selection');
27
29
  });
@@ -46,6 +48,7 @@ describe('Create item page - Single selection : Response mode toggle', () => {
46
48
  });
47
49
 
48
50
  describe('Test response mode toggle functionality on saved item', () => {
51
+ abortEarlySetup();
49
52
  it('When an item is edited to have different response Mode, then user should be able to change response mode of a saved item and save with different question type', () => {
50
53
  singleSelectionPage.steps.saveAQuestionAndVerifySnackbar();
51
54
  cy.wait(5000).then(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.480-IEI-6720-0f37564.0",
3
+ "version": "1.0.481-IEI-6720-e469b68.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {