itemengine-cypress-automation 1.0.446-IEI-6457-2eb524c.0 → 1.0.446

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.
@@ -73,7 +73,7 @@ describe('Edit Question and edit item', () => {
73
73
  cy.deleteThinkSphereItem(uuidString);
74
74
  });
75
75
 
76
- describe('Edit question', () => {
76
+ describe('Edit question', { tags: 'smoke' }, () => {
77
77
  abortEarlySetup();
78
78
  it('When user edits the question instructions, then the changes should be saved successfully and edited question instruction should get displayed in preview side', () => {
79
79
  thinkSpherePage.steps.clickOnEditThinkSphereItem();
@@ -149,7 +149,7 @@ describe('Edit Question and edit item', () => {
149
149
  });
150
150
  });
151
151
 
152
- describe('Edit review question', () => {
152
+ describe('Edit review question', { tags: 'smoke' }, () => {
153
153
  abortEarlySetup();
154
154
  before(() => {
155
155
  browseItemsPage.steps.clickOnAddReviewItem();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.446-IEI-6457-2eb524c.0",
3
+ "version": "1.0.446",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -52,4 +52,4 @@
52
52
  "devDependencies": {
53
53
  "@applitools/eyes-cypress": "^3.47.0"
54
54
  }
55
- }
55
+ }