diff --git a/hugo/themes/dora-2025/layouts/partials/footer.html b/hugo/themes/dora-2025/layouts/partials/footer.html index e11a2ec4..0ee1336e 100644 --- a/hugo/themes/dora-2025/layouts/partials/footer.html +++ b/hugo/themes/dora-2025/layouts/partials/footer.html @@ -15,7 +15,7 @@
DORA is a program run by Google Cloud. All content on this site is licensed by Google LLC under CC BY-NC-SA 4.0, unless otherwise specified. + href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0, unless otherwise specified.
{ await page.goto('/'); - await expect(page.getByRole('contentinfo')).toContainText('DORA is a program run by Google Cloud. All content on this site is licensed by Google LLC under CC BY-NC-SA 4.0, unless otherwise specified.'); + await expect(page.getByRole('contentinfo')).toContainText('DORA is a program run by Google Cloud. All content on this site is licensed by Google LLC under CC BY 4.0, unless otherwise specified.'); await expect(page.getByRole('link', { name: 'Resources' })).toBeVisible(); await expect(page.getByRole('link', { name: 'FAQ' })).toBeVisible(); await expect(page.getByRole('link', { name: 'Contact Us' })).toBeVisible();