@@ -365,7 +365,7 @@ describe("Event firing", () => {
365
365
} ) ;
366
366
367
367
describe ( "MultiComboBox RTL/LTR Arrow Navigation" , ( ) => {
368
- it ( "should focus last token on arrow right in RTL mode when input is at start" , ( ) => {
368
+ it . skip ( "should focus last token on arrow right in RTL mode when input is at start" , ( ) => {
369
369
cy . mount (
370
370
< div dir = "rtl" >
371
371
< MultiComboBox noValidation = { true } >
@@ -399,7 +399,7 @@ describe("MultiComboBox RTL/LTR Arrow Navigation", () => {
399
399
cy . focused ( ) . should ( "have.class" , "ui5-token--wrapper" ) ;
400
400
} ) ;
401
401
402
- it ( "should focus last token on arrow left in LTR mode when input is at start" , ( ) => {
402
+ it . skip ( "should focus last token on arrow left in LTR mode when input is at start" , ( ) => {
403
403
cy . mount (
404
404
< div dir = "ltr" >
405
405
< MultiComboBox noValidation = { true } >
@@ -501,7 +501,7 @@ describe("MultiComboBox RTL/LTR Arrow Navigation", () => {
501
501
cy . focused ( ) . should ( "not.have.class" , "ui5-token--wrapper" ) ;
502
502
} ) ;
503
503
504
- it ( "should navigate from last token back to input with arrow right in LTR mode" , ( ) => {
504
+ it . skip ( "should navigate from last token back to input with arrow right in LTR mode" , ( ) => {
505
505
cy . mount (
506
506
< div dir = "ltr" >
507
507
< MultiComboBox noValidation = { true } >
@@ -531,7 +531,7 @@ describe("MultiComboBox RTL/LTR Arrow Navigation", () => {
531
531
cy . focused ( ) . should ( "not.have.class" , "ui5-token--wrapper" ) ;
532
532
} ) ;
533
533
534
- it ( "should handle empty input case in RTL mode" , ( ) => {
534
+ it . skip ( "should handle empty input case in RTL mode" , ( ) => {
535
535
cy . mount (
536
536
< div dir = "rtl" >
537
537
< MultiComboBox noValidation = { true } >
0 commit comments