Skip to content

Commit 9619ee3

Browse files
committed
test(item): update terminology to palettes
1 parent e8f6356 commit 9619ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/item/test/buttons/item.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ configs().forEach(({ title, screenshot, config }) => {
1919
});
2020
});
2121

22-
configs({ directions: ['ltr'], themes: ['dark'] }).forEach(({ title, screenshot, config }) => {
22+
configs({ directions: ['ltr'], palettes: ['dark'] }).forEach(({ title, screenshot, config }) => {
2323
test.describe(title('item: buttons dark'), () => {
2424
test('should not have visual regressions in dark', async ({ page }) => {
2525
test.info().annotations.push({

0 commit comments

Comments
 (0)