itemengine-cypress-automation 1.0.445-IEI-6684-thinksphere-cypress-fixes-b126fa4.0 → 1.0.445-IEI-6684-thinksphere-cypress-fixes-718d310.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.
@@ -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