mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 16:21:55 +08:00
test(item): update terminology to palettes
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user