diff --git a/cypress/e2e/eventDetailPage.cy.js b/cypress/e2e/eventDetailPage.cy.js index e448457..b8e57ae 100644 --- a/cypress/e2e/eventDetailPage.cy.js +++ b/cypress/e2e/eventDetailPage.cy.js @@ -4,6 +4,6 @@ describe('Event Detail page', () => { cy.get('h3.title-no-link').should('contain', 'TEST - La RĂ©gion Centrale') - cy.percySnapshot({ widths: [768, 992, 1200] }) + cy.percySnapshot('eventdetailpage', { widths: [768, 992, 1200] }) }) }) diff --git a/cypress/e2e/homepage.cy.js b/cypress/e2e/homepage.cy.js index b2811ec..b5f3e59 100644 --- a/cypress/e2e/homepage.cy.js +++ b/cypress/e2e/homepage.cy.js @@ -18,6 +18,6 @@ describe('Website Homepage', () => { // .should('have.attr', 'href', 'https://www.library.ucla.edu') // NavPrimary - cy.percySnapshot({ widths: [768, 992, 1200] }) + // cy.percySnapshot({ widths: [768, 992, 1200] }) }) }) diff --git a/gql/queries/FTVAEventDetail.gql b/gql/queries/FTVAEventDetail.gql index 63863d2..eebe878 100644 --- a/gql/queries/FTVAEventDetail.gql +++ b/gql/queries/FTVAEventDetail.gql @@ -18,14 +18,14 @@ query FTVAEventDetail($slug: [String!]) { # CardMeta title: eventTitle - ftvaEventIntroduction - eventDescription - ftvaEventFilters { + guestSpeaker + tagLabels: ftvaEventFilters { title uri } + introduction: ftvaEventIntroduction - guestSpeaker + eventDescription acknowledements: richText ftvaEventScreeningDetails { diff --git a/pages/events/[slug].vue b/pages/events/[slug].vue index 883d114..ed20e17 100644 --- a/pages/events/[slug].vue +++ b/pages/events/[slug].vue @@ -136,13 +136,13 @@ const parsedFTVAEventScreeningDetails = computed(() => {