itemengine-cypress-automation 1.0.559-task-IEI-6999-c84dd46.0 → 1.0.560-task-IEI-6999-d7fee3d.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.
@@ -59,7 +59,7 @@ describe('Create Item page - Fill in the gaps with text: Student view settings',
59
59
  });
60
60
 
61
61
  views.forEach((view) => {
62
- describe(`${view}: student view settings: Spell check and auto-resize default state`, () => {
62
+ describe(`${view}: student view settings: Spell check and auto-resize default state`, () => {
63
63
  abortEarlySetup();
64
64
  before(() => {
65
65
  switch (view) {
@@ -126,7 +126,7 @@ describe('Create Item page - Fill in the gaps with text: Student view settings',
126
126
  });
127
127
 
128
128
  views.forEach((view) => {
129
- describe(`${view}: student view settings: Spell check and auto-resize checked`, () => {
129
+ describe(`${view}: student view settings: Spell check and auto-resize checked`, () => {
130
130
  abortEarlySetup();
131
131
  before(() => {
132
132
  switch (view) {
@@ -941,7 +941,7 @@ const steps = {
941
941
  },
942
942
 
943
943
  /**
944
- * @description Verify =custom special characters displayed in special characters popup in preview tab
944
+ * @description Verify custom special characters displayed in special characters popup in preview tab
945
945
  * @param {string[]} customSpecialCharacters Array of the custom special characters
946
946
  */
947
947
  verifyCustomSpecialCharactersInSpecialCharactersPopupPreviewTab: (customSpecialCharacters) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.559-task-IEI-6999-c84dd46.0",
3
+ "version": "1.0.560-task-IEI-6999-d7fee3d.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {