Skip to content

Commit 641dcfd

Browse files
committed
test: update BaseTemplate test after modifying the footer text
1 parent 0ac4472 commit 641dcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/BaseTemplate.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('Base template', () => {
3636
</NextIntlClientProvider>,
3737
);
3838

39-
const copyrightSection = page.getByText(/© Copyright/);
39+
const copyrightSection = page.getByText(/© /);
4040
const copyrightLink = copyrightSection.getByRole('link');
4141

4242
/*

0 commit comments

Comments
 (0)