Skip to content

Commit 10d5625

Browse files
VIA-568 AS Update openExpanders() array of headings in Snapshot Tests
1 parent c18a637 commit 10d5625

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", "Side effects of the vaccine"];
91+
const expanderTitles = ["What the vaccine is for", "Who should have the vaccine", "Side effects of the vaccine"];
9292

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

0 commit comments

Comments
 (0)