@faststore/core 2.1.4 → 2.1.5

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.
@@ -13,7 +13,7 @@ describe('Accessibility tests', () => {
13
13
  cy.clearIDB()
14
14
  })
15
15
 
16
- it('checks a11y for collection page', () => {
16
+ it.skip('checks a11y for collection page', () => {
17
17
  cy.visit(pages.collection)
18
18
  cy.waitForHydration()
19
19
 
@@ -30,7 +30,7 @@ describe('Accessibility tests', () => {
30
30
  })
31
31
  })
32
32
 
33
- it('checks a11y for product page', () => {
33
+ it.skip('checks a11y for product page', () => {
34
34
  cy.visit(pages.pdp)
35
35
  cy.waitForHydration()
36
36
 
@@ -47,7 +47,7 @@ describe('Accessibility tests', () => {
47
47
  })
48
48
  })
49
49
 
50
- it('checks a11y for home page', () => {
50
+ it.skip('checks a11y for home page', () => {
51
51
  cy.visit(pages.home)
52
52
  cy.waitForHydration()
53
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "license": "MIT",
5
5
  "browserslist": "supports es6-module and not dead",
6
6
  "scripts": {
@@ -108,5 +108,5 @@
108
108
  "msw": {
109
109
  "workerDirectory": "public"
110
110
  },
111
- "gitHead": "130998f704b2175b6804216cc4986bc20c998c87"
111
+ "gitHead": "4ff1ab24fa4280397a532c9362741bd97f4a38d9"
112
112
  }