Skip to content

Commit f00f4a9

Browse files
VIA-568 AJ/MD Add side effects to the snapshots
1 parent f24c337 commit f00f4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const pathForCustomScreenshots = (testFileName: string, screenshotFileNam
8888
};
8989

9090
export const openExpanders = async (page: Page) => {
91-
const expanderTitles = ["What this vaccine is for", "Who should have this vaccine"];
91+
const expanderTitles = ["What this vaccine is for", "Who should have this vaccine", "Side effects of the vaccine"];
9292

9393
for (const title of expanderTitles) {
9494
await page.getByText(title).click();

0 commit comments

Comments
 (0)