We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f6356 commit 9619ee3Copy full SHA for 9619ee3
core/src/components/item/test/buttons/item.e2e.ts
@@ -19,7 +19,7 @@ configs().forEach(({ title, screenshot, config }) => {
19
});
20
21
22
-configs({ directions: ['ltr'], themes: ['dark'] }).forEach(({ title, screenshot, config }) => {
+configs({ directions: ['ltr'], palettes: ['dark'] }).forEach(({ title, screenshot, config }) => {
23
test.describe(title('item: buttons dark'), () => {
24
test('should not have visual regressions in dark', async ({ page }) => {
25
test.info().annotations.push({
0 commit comments