itemengine-cypress-automation 1.0.457-fixSmokeFilesAndRemoveSkips-0a69d1e.0 → 1.0.457-new-task-IEI-6684-6500e6f.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.
@@ -301,7 +301,7 @@ describe('Create item : ThinkSphere - Edit tab basics', () => {
301
301
  'color': css.color.whiteText,
302
302
  });
303
303
  utilities.verifyCSS(thinkSpherePage.whiteBoardAddNewPageButton(), {
304
- 'padding': '12px 16px',
304
+ 'padding': '12px 13px',
305
305
  'font-weight': '600',
306
306
  'font-size': '16px',
307
307
  'line-height': '22px',
@@ -456,8 +456,7 @@ describe('Create item : ThinkSphere - Edit tab basics', () => {
456
456
  describe('Verify css, accessibility and functionality of edit question action buttons', () => {
457
457
  before(() => {
458
458
  cy.loginAs('admin');
459
- cy.visit('/item-engine/thinksphere/browse-items');
460
- cy.interceptGraphql('getItems');
459
+ thinkSpherePage.steps.visitThinksphereBrowseItemsPage();
461
460
  });
462
461
 
463
462
  it('The pencil icon should be visible, and the drag icon and more icon should not be visible in the thinkSphere Question header', () => {
@@ -205,8 +205,6 @@ describe('ThinkSphere Question - Solve Phases Section', () => {
205
205
  thinkSpherePage.steps.clickOnCustomizeCard(0);
206
206
  });
207
207
 
208
- thinkSpherePage.tests.verifyDefaultToolDropdown(defaultToolsOptions, defaultTool);
209
-
210
208
  it('By default, Equation Editor categories should not be displayed', () => {
211
209
  utilities.verifyElementVisibilityState(thinkSpherePage.equationEditorSectionWrapper(), 'notExist');
212
210
  });
@@ -19,7 +19,7 @@ describe('Student view : ThinkSphere Question - Solve Section', () => {
19
19
  thinkSpherePage.steps.selectOptionFromToolsAndControls(toolName);
20
20
  })
21
21
  thinkSpherePage.steps.clickOnSaveButton();
22
- cy.visit('/item-engine/thinksphere/browse-items');
22
+ thinkSpherePage.steps.visitThinksphereBrowseItemsPage();
23
23
  browseItemsPage.steps.clickOnActionButton();
24
24
  browseItemsPage.steps.clickOnActionMenuItem(0);
25
25
  thinkSpherePage.steps.clickOnSolveTab();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.457-fixSmokeFilesAndRemoveSkips-0a69d1e.0",
3
+ "version": "1.0.457-new-task-IEI-6684-6500e6f.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {