Skip to content

Commit 0f6304e

Browse files
committed
made tests working again
1 parent 1a95b68 commit 0f6304e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/chart.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ test('has configurable options', async ({ page }) => {
112112
});
113113

114114
test('show monthly values', async ({ page }) => {
115-
const showMonthlyInput = page.getByRole('switch', {name: 'Werte pro Monat anzeigen'});
115+
const showMonthlyInput = page.getByRole('switch', {name: 'pro Monat'});
116116
const mainNode = page.getByTestId(`chart-node-${categoryIds.main}`);
117117
expect(await getNodeValue(mainNode)).toBeCloseTo(defaultNodeValue.main);
118118

0 commit comments

Comments
 (0)