Skip to content

Commit 655c312

Browse files
committed
remove trailing slash
1 parent 9ecf4d6 commit 655c312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/donate.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { expect, test } from '@playwright/test';
22
import { expectH1AndTitle } from './lib/lib';
33

44
test.beforeEach(async ({ page }) => {
5-
await page.goto('/donate/');
5+
await page.goto('/donate');
66
});
77

88
test.describe('Donate', () => {

0 commit comments

Comments
 (0)