Skip to content

Commit

Permalink
Update showcases/e2e/fixtures/hover.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Franzke <[email protected]>
  • Loading branch information
nmerget and mfranzke authored May 13, 2024
1 parent 8631a4b commit fe2ff5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion showcases/e2e/fixtures/hover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const hoverPre = async (page: Page, selector: string) => {
const components = await page.locator('main').locator(selector).all();
for (const component of components) {
await component.evaluate((comp: HTMLElement) => {
comp.setAttribute('data-testing-hover', 'true');
comp.setAttribute('data-e2e-hover', 'true');
});
}

Expand Down

0 comments on commit fe2ff5d

Please sign in to comment.