import { test, expect } from '@playwright/test';
test('Bordertown Health & Community Foundation Register to ride in B2B26', async ({ page }) => {
await page.goto('https://bhcfoundation.com/register-to-ride-in-b2b26/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-register-to-ride-in-b2b26.png', fullPage: true });
});
test('Bordertown Health & Community Foundation Funds raised during B2B 2025', async ({ page }) => {
await page.goto('https://bhcfoundation.com/funds-raised-during-b2b-2025/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-funds-raised-during-b2b-2025.png', fullPage: true });
});
test('Bordertown Health & Community Foundation Register to ride in the 2025 B2B', async ({ page }) => {
await page.goto('https://bhcfoundation.com/register-to-ride-in-the-2025-b2b/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-register-to-ride-in-the-2025-b2b.png', fullPage: true });
});
test('Bordertown Health & Community Foundation Donations welcomed for 2024 B2B Ride', async ({ page }) => {
await page.goto('https://bhcfoundation.com/donations-welcomed-for-2024-b2b-ride/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-donations-welcomed-for-2024-b2b-ride.png', fullPage: true });
});
test('Bordertown Health & Community Foundation Register to ride in the B2B 2024', async ({ page }) => {
await page.goto('https://bhcfoundation.com/register-b2b24/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-register-b2b24.png', fullPage: true });
});
test('Bordertown Health & Community Foundation 2023 Total Funds Raised', async ({ page }) => {
await page.goto('https://bhcfoundation.com/2023-total-funds-raised/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-2023-total-funds-raised.png', fullPage: true });
});
test('Bordertown Health & Community Foundation B2B 2023 – 30th Anniversary Ride', async ({ page }) => {
await page.goto('https://bhcfoundation.com/b2b-2023-30th-anniversary-ride/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-b2b-2023-30th-anniversary-ride.png', fullPage: true });
});
test('Bordertown Health & Community Foundation 2022 Total Funds Raised', async ({ page }) => {
await page.goto('https://bhcfoundation.com/2022-total-funds-raised/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-2022-total-funds-raised.png', fullPage: true });
});
test('Bordertown Health & Community Foundation Sponsoring a Rider in the B2B', async ({ page }) => {
await page.goto('https://bhcfoundation.com/sponsoring-a-rider-in-the-b2b/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-sponsoring-a-rider-in-the-b2b.png', fullPage: true });
});
test('Bordertown Health & Community Foundation 2022 B2B Ride – March 26th', async ({ page }) => {
await page.goto('https://bhcfoundation.com/b2b-ride-march-26th/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-b2b-ride-march-26th.png', fullPage: true });
});
test('Bordertown Health & Community Foundation CBA Bordertown Branch Donation', async ({ page }) => {
await page.goto('https://bhcfoundation.com/commonwealth-bank-bordertown-branch-donation/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-commonwealth-bank-bordertown-branch-donation.png', fullPage: true });
});
test('Bordertown Health & Community Foundation 2021 Inaugural Border To Beach (B2B) Ride', async ({ page }) => {
await page.goto('https://bhcfoundation.com/2021-inaugural-border-to-beach-b2b-ride/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-2021-inaugural-border-to-beach-b2b-ride.png', fullPage: true });
});
test('Bordertown Health & Community Foundation 2020 Ride Cancelled Due to Covid', async ({ page }) => {
await page.goto('https://bhcfoundation.com/2020-ride-cancelled-due-to-covid/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-2020-ride-cancelled-due-to-covid.png', fullPage: true });
});
test('Bordertown Health & Community Foundation 2019 Des Murray’s Solo Ride', async ({ page }) => {
await page.goto('https://bhcfoundation.com/2019-des-murrays-solo-ride/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-2019-des-murrays-solo-ride.png', fullPage: true });
});
test('Bordertown Health & Community Foundation Acknowledgement', async ({ page }) => {
await page.goto('https://bhcfoundation.com/bequest/acknowledgement/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-acknowledgement.png', fullPage: true });
});
test('Bordertown Health & Community Foundation Information', async ({ page }) => {
await page.goto('https://bhcfoundation.com/bequest/information/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-information.png', fullPage: true });
});
test('Bordertown Health & Community Foundation Benefits', async ({ page }) => {
await page.goto('https://bhcfoundation.com/about/benefits/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-benefits.png', fullPage: true });
});
test('Bordertown Health & Community Foundation Financials', async ({ page }) => {
await page.goto('https://bhcfoundation.com/about/financials/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-financials.png', fullPage: true });
});
test('Bordertown Health & Community Foundation Beneficiary', async ({ page }) => {
await page.goto('https://bhcfoundation.com/about/beneficiary/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-beneficiary.png', fullPage: true });
});
test('Bordertown Health & Community Foundation Objectives', async ({ page }) => {
await page.goto('https://bhcfoundation.com/about/objectives/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-objectives.png', fullPage: true });
});
test('Bordertown Health & Community Foundation Contact Us', async ({ page }) => {
await page.goto('https://bhcfoundation.com/contact-us/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-contact-us.png', fullPage: true });
});
test('Bordertown Health & Community Foundation Donations', async ({ page }) => {
await page.goto('https://bhcfoundation.com/donations/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-donations.png', fullPage: true });
});
test('Bordertown Health & Community Foundation Bequest', async ({ page }) => {
await page.goto('https://bhcfoundation.com/bequest/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-bequest.png', fullPage: true });
});
test('Bordertown Health & Community Foundation Fundraisers', async ({ page }) => {
await page.goto('https://bhcfoundation.com/fundraisers/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-fundraisers.png', fullPage: true });
});
test('Bordertown Health & Community Foundation About', async ({ page }) => {
await page.goto('https://bhcfoundation.com/about/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-about.png', fullPage: true });
});
test('Bordertown Health & Community Foundation Home', async ({ page }) => {
await page.goto('https://bhcfoundation.com/');
await expect(page).toHaveScreenshot({ path: 'bordertown-health-&-community-foundation-home.png', fullPage: true });
});