Skip to content

Commit

Permalink
define GalleryItemCarousel for bsx
Browse files Browse the repository at this point in the history
  • Loading branch information
preschian committed Aug 26, 2022
1 parent 6d6bbd2 commit dfc5493
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions components/bsx/Gallery/Item/GalleryItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ import { mapToId } from '@/utils/mappers'
OfferList: () => import('@/components/bsx/Offer/OfferList.vue'),
History: () => import('@/components/rmrk/Gallery/History.vue'),
Navigation: () => import('@/components/rmrk/Gallery/Item/Navigation.vue'),
GalleryItemCarousel: () =>
import('@/components/carousel/GalleryItemCarousel.vue'),
},
directives: {
orientation: Orientation,
Expand Down
18 changes: 9 additions & 9 deletions tests/cypress/e2e/components/media.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ const mediaType = [
// tagRelated: 'img',
// type: '3d',
// },
// {
// url: '/rmrk/gallery/11049994-e4c74212b3ed12d02b-INFINITY%20GEMS-GOLD_006-0000000000000094',
// title: 'GOLD #006',
// description: 'FIRST EDITION of INFINITY GEMS COLLECTION',
// collection: 'INFINITY GEMS COLLECTION',
// creator: 'SrSlayer',
// tagRelated: 'model-viewer',
// type: '3d',
// },
{
url: '/rmrk/gallery/11049994-e4c74212b3ed12d02b-INFINITY%20GEMS-GOLD_006-0000000000000094',
title: 'GOLD #006',
description: 'FIRST EDITION of INFINITY GEMS COLLECTION',
collection: 'INFINITY GEMS COLLECTION',
creator: 'SrSlayer',
tagRelated: 'model-viewer',
type: '3d',
},
{
url: '/bsx/gallery/2444376227-3',
title: '3D Ball',
Expand Down

0 comments on commit dfc5493

Please sign in to comment.