Skip to content

Commit fcd9937

Browse files
committed
test(textarea): remove rtl for fill
1 parent 42b2a76 commit fcd9937

File tree

43 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2
-2
lines changed

core/src/components/textarea/test/fill/textarea.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { configs, test } from '@utils/test/playwright';
44
/**
55
* Fill is only available in MD and Ionic
66
*/
7-
configs({ modes: ['md', 'ionic-md'] }).forEach(({ title, screenshot, config }) => {
7+
configs({ modes: ['md', 'ionic-md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
88
test.describe(title('textarea: fill'), () => {
99
test.describe('textarea: fill solid', () => {
1010
test('should not have visual regressions', async ({ page }) => {
@@ -148,7 +148,7 @@ configs({ modes: ['md', 'ionic-md'] }).forEach(({ title, screenshot, config }) =
148148
/**
149149
* Fill with floating label is only available in MD mode
150150
*/
151-
configs({ modes: ['md'] }).forEach(({ title, screenshot, config }) => {
151+
configs({ modes: ['md'], directions: ['ltr'] }).forEach(({ title, screenshot, config }) => {
152152
test.describe(title('textarea: fill'), () => {
153153
test.describe('textarea: fill solid', () => {
154154
test('should render correctly with floating label', async ({ page }) => {

0 commit comments

Comments
 (0)