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 b7bd3e3 commit f79db00Copy full SHA for f79db00
core/src/components/divider/test/spacing/divider.e2e.ts
@@ -1,7 +1,7 @@
1
import { expect } from '@playwright/test';
2
import { configs, test } from '@utils/test/playwright';
3
4
-configs({ directions:['ltr'], modes: ['md', 'ionic-md'] }).forEach(({ config, screenshot, title }) => {
+configs({ directions: ['ltr'], modes: ['md', 'ionic-md'] }).forEach(({ config, screenshot, title }) => {
5
test.describe(title('divider: spacing'), () => {
6
['xxsmall', 'xsmall', 'small', 'medium', 'large', 'xlarge', 'xxlarge'].forEach((spacing) => {
7
test(`should render divider with ${spacing} spacing`, async ({ page }) => {
0 commit comments