itemengine-cypress-automation 1.0.509-fixesForSmokeTest15Sep-d9e7d12.0 → 1.0.510-dependabot-npm-and-yarn-multi-c7c3a225fc-0343952.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.
@@ -177,7 +177,7 @@ describe('Create item page - Multiple selection: Preview contents', () => {
177
177
  });
178
178
 
179
179
  //Added if condition as sometimes when we run tests on spinaker it fails as image does not load and give unnecessary failure. Need to run these locally.
180
- if (view !== 'Correct answer view' || view !== 'Grading view') {
180
+ if (view !== 'Correct answer view' && view !== 'Grading view') {
181
181
  it('Accessibility of preview tab', { tags: 'a11y' }, () => {
182
182
  cy.checkAccessibility(multipleSelectionPage.questionInstructionsText().parents('[class*="ContentWrapper"]'));
183
183
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.509-fixesForSmokeTest15Sep-d9e7d12.0",
3
+ "version": "1.0.510-dependabot-npm-and-yarn-multi-c7c3a225fc-0343952.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -43,7 +43,7 @@
43
43
  "axe-core": "^4.7.1",
44
44
  "cy-verify-downloads": "^0.1.11",
45
45
  "cy2": "^4.0.9",
46
- "cypress": "^12.17.2",
46
+ "cypress": "^15.2.0",
47
47
  "cypress-axe": "^1.4.0",
48
48
  "cypress-file-upload": "^5.0.8",
49
49
  "cypress-real-events": "^1.7.6",