update next test

This commit is contained in:
Simon Knott 2025-01-16 14:49:53 +01:00
parent b19177383d
commit 879ba72281
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -990,7 +990,7 @@ for (const useIntermediateMergeReport of [true, false] as const) {
const attachment = page.getByText('attachment', { exact: true });
await expect(attachment).not.toBeInViewport();
await page.getByLabel('step').getByTitle('link to attachment').click();
await page.getByLabel('step').getByTitle('reveal attachment').click();
await expect(attachment).toBeInViewport();
});