Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Lieber committed Nov 15, 2023
1 parent 5ab80ac commit a0b68da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/cypress/cypress/e2e/accessmatch/tags/tag-individual.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

/////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit a0b68da

Please sign in to comment.