itemengine-cypress-automation 1.0.241-28thAugustRepoUpdate-dc7df0c.0 → 1.0.241

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.
@@ -42,11 +42,11 @@ describe('Create item page - Drag and drop into categories: Header section and S
42
42
  });
43
43
 
44
44
  describe('Validation error messages', () => {
45
- dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option']);
45
+ dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option values']);
46
46
 
47
47
  it('Validation error messages should be displayed below required input fields', () => {
48
48
  dragAndDropIntoCategoriesPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
49
- dragAndDropIntoCategoriesPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option']);
49
+ dragAndDropIntoCategoriesPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option values']);
50
50
  });
51
51
 
52
52
  it('Validation error messages should disappear when required input fields are filled', () => {
@@ -42,11 +42,11 @@ describe('Create item page - Fill in the gaps drag and drop: Header section and
42
42
  });
43
43
 
44
44
  describe('Validation error messages', () => {
45
- dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option']);
45
+ dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option values']);
46
46
 
47
47
  it('Validation error messages should be displayed below required input fields', () => {
48
48
  fillInTheGapsDragAndDropPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
49
- fillInTheGapsDragAndDropPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option']);
49
+ fillInTheGapsDragAndDropPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option values']);
50
50
  });
51
51
 
52
52
  it('Validation error messages should disappear when required input fields are filled', () => {
@@ -43,11 +43,11 @@ describe('Create item page - Fill in the gaps with dropdown: Header section and
43
43
  });
44
44
 
45
45
  describe('Validation error messages', () => {
46
- dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option']);
46
+ dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option values']);
47
47
 
48
48
  it('Validation error messages should be displayed below required input fields', () => {
49
49
  fillInTheGapsDropdownPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
50
- fillInTheGapsDropdownPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option']);
50
+ fillInTheGapsDropdownPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option values']);
51
51
  });
52
52
 
53
53
  it('Validation error messages should disappear when required input fields are filled', () => {
@@ -43,11 +43,11 @@ describe('Create item page - Fill in the gaps over image - drag and drop: Header
43
43
  });
44
44
 
45
45
  describe('Validation error messages', () => {
46
- dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option', 'Please upload an image', 'Please insert a dropzone']);
46
+ dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option values', 'Please upload an image', 'Please insert a dropzone']);
47
47
 
48
48
  it('Validation error messages should be displayed below required input fields', () => {
49
49
  fillInTheGapsOverImageDragAndDropPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
50
- fillInTheGapsOverImageDragAndDropPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option', 'Please upload an image', 'Please insert a dropzone'])
50
+ fillInTheGapsOverImageDragAndDropPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option values', 'Please upload an image', 'Please insert a dropzone'])
51
51
  });
52
52
 
53
53
  it('Validation error messages should disappear when required input fields are filled', () => {
@@ -43,11 +43,11 @@ describe('Create item page - Matching : Header section and Saving question', ()
43
43
  });
44
44
 
45
45
  describe('Validation error messages', () => {
46
- dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option']);
46
+ dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option values']);
47
47
 
48
48
  it('Validation error messages should be displayed below required input fields', () => {
49
49
  listOrderingPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
50
- listOrderingPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option']);
50
+ listOrderingPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option values']);
51
51
  });
52
52
 
53
53
  it('Validation error messages should disappear when required input fields are filled', () => {
@@ -44,11 +44,11 @@ describe('Create item page - Matching : Header section and Saving question', ()
44
44
  });
45
45
 
46
46
  describe('Validation error messages', () => {
47
- dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option', 'Please enter all prompts']);
47
+ dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option values', 'Please enter all prompts']);
48
48
 
49
49
  it('Validation error messages should be displayed below required input fields', () => {
50
50
  matchingPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
51
- matchingPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option', 'Please enter all prompts']);
51
+ matchingPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option values', 'Please enter all prompts']);
52
52
  });
53
53
 
54
54
  it('Validation error messages should disappear when required input fields are filled', () => {
@@ -42,11 +42,11 @@ describe('Create item page - Multiple selection: Header section and Saving quest
42
42
  });
43
43
 
44
44
  describe('Validation error messages', () => {
45
- dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option']);
45
+ dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option values']);
46
46
 
47
47
  it('Validation error messages should be displayed below required input fields', () => {
48
48
  multipleSelectionPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
49
- multipleSelectionPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option']);
49
+ multipleSelectionPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option values']);
50
50
  });
51
51
 
52
52
  it('Validation error messages should disappear when required input fields are filled', () => {
@@ -42,11 +42,11 @@ describe('Create Item page - Single Selection: Header section and Saving questio
42
42
  });
43
43
 
44
44
  describe('Validation error messages', () => {
45
- dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option']);
45
+ dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option values']);
46
46
 
47
47
  it('Validation error messages should be displayed below required input fields', () => {
48
48
  singleSelectionPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
49
- singleSelectionPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option']);
49
+ singleSelectionPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option values']);
50
50
  });
51
51
 
52
52
  it('Validation error messages should disappear when required input fields are filled', () => {
@@ -43,11 +43,11 @@ describe('Create item page - Text selection: Header section and Saving question'
43
43
  });
44
44
 
45
45
  describe('Validation error messages', () => {
46
- dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option']);
46
+ dialogBoxBase.tests.verifyRequiredFieldsWarningPopupOnClickingSaveButton(['Please set points', 'Please enter all option values']);
47
47
 
48
48
  it('Validation error messages should be displayed below required input fields', () => {
49
49
  textSelectionPage.steps.verifyQuestionInstructionsErrorMessageIsNotDisplayed();
50
- textSelectionPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option']);
50
+ textSelectionPage.steps.verifyWarningIconOnRequiredFields(['Please set points', 'Please enter all option values']);
51
51
  });
52
52
 
53
53
  it('Validation error messages should disappear when required input fields are filled', () => {
@@ -116,7 +116,7 @@ const steps = {
116
116
  .within(() => {
117
117
  utilities.verifyElementVisibilityState(commonComponents.warningIcon(), 'exist');
118
118
  });
119
- } else if (field === 'Please enter all option') {
119
+ } else if (field === 'Please enter all option values') {
120
120
  optionsWrapperComponent.optionsLabel()
121
121
  .within(() => {
122
122
  utilities.verifyElementVisibilityState(commonComponents.warningIcon(), 'exist');
@@ -734,7 +734,7 @@ const steps = {
734
734
  .within(() => {
735
735
  utilities.verifyElementVisibilityState(commonComponents.warningIcon(), 'exist');
736
736
  });
737
- } else if (field === 'Please enter all option') {
737
+ } else if (field === 'Please enter all option values') {
738
738
  fillInTheGapsDropdownCommonComponent.dropdownOptionsLabel()
739
739
  .within(() => {
740
740
  utilities.verifyElementVisibilityState(commonComponents.warningIcon(), 'exist');
@@ -1598,7 +1598,7 @@ const steps = {
1598
1598
  .within(() => {
1599
1599
  utilities.verifyElementVisibilityState(commonComponents.warningIcon(), 'exist');
1600
1600
  });
1601
- } else if (field === 'Please enter all option') {
1601
+ } else if (field === 'Please enter all option values') {
1602
1602
  matchingPage.optionsLabel()
1603
1603
  .within(() => {
1604
1604
  utilities.verifyElementVisibilityState(commonComponents.warningIcon(), 'exist');
@@ -1198,7 +1198,7 @@ const steps = {
1198
1198
  .within(() => {
1199
1199
  utilities.verifyElementVisibilityState(commonComponents.warningIcon(), 'exist');
1200
1200
  });
1201
- } else if (field === 'Please enter all option') {
1201
+ } else if (field === 'Please enter all option values') {
1202
1202
  textSelectionPage.specifyPossibleOptionsLabel()
1203
1203
  .parents('[class*="LabelAndWarningWrapper"]')
1204
1204
  .within(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.241-28thAugustRepoUpdate-dc7df0c.0",
3
+ "version": "1.0.241",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {