test(item): update terminology to palettes

This commit is contained in:
Liam DeBeasi
2024-03-19 14:26:59 -04:00
parent e8f63560eb
commit 9619ee30d9

View File

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