From a0b68da8142d45af3e810a7d9aea6ad102c6445c Mon Sep 17 00:00:00 2001 From: Jasper Lieber Date: Wed, 15 Nov 2023 14:32:46 -0800 Subject: [PATCH] tweaks --- .../cypress/e2e/accessmatch/tags/tag-individual.cy.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/cypress/cypress/e2e/accessmatch/tags/tag-individual.cy.js b/tests/cypress/cypress/e2e/accessmatch/tags/tag-individual.cy.js index 9788dac8f..b41bceb8b 100644 --- a/tests/cypress/cypress/e2e/accessmatch/tags/tag-individual.cy.js +++ b/tests/cypress/cypress/e2e/accessmatch/tags/tag-individual.cy.js @@ -6,13 +6,13 @@ describe("Verify the the community-outreach tag page", () => { cy.visit("/tags/community-outreach"); - // checkTitleAndBreadcrumbs(); - // checkSectionAffinityGroups(); - // checkSectionAnnouncementsEvents('.view-id-tagged_news_block', '/announcements/'); - // checkSectionAnnouncementsEvents('.view-id-recurring_events_event_instances', '/events/'); + checkTitleAndBreadcrumbs(); + checkSectionAffinityGroups(); + checkSectionAnnouncementsEvents('.view-id-tagged_news_block', '/announcements/'); + checkSectionAnnouncementsEvents('.view-id-recurring_events_event_instances', '/events/'); checkSectionInterestedSkilled('.view-people-with-expertise-tags', 'expertise'); checkSectionInterestedSkilled('.view-people-with-interest-tags', 'interest'); - // checkSectionCILinks(); + checkSectionCILinks(); /////////////////////////////////////////////////////////////////////////