You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,7 +72,7 @@ test('DateBox with datetime and root element as container (T1193495)', async (t)
71
72
},
72
73
},'#container'));
73
74
74
-
test('DateBox with datetime and opened AM/PM select (T1312677)',async(t)=>{
75
+
test.meta({themes: [Themes.materialBlue,Themes.genericLight,Themes.fluentBlue]})('DateBox with datetime and opened AM/PM select (T1312677, T1327616)',async(t)=>{
assert.ok(list.option('focusStateEnabled'),'focus state should be enabled on desktop');
112
112
}else{
113
113
assert.notOk(list.option('hoverStateEnabled'),'hover state should be disabled on mobiles');
114
-
assert.notOk(list.option('focusStateEnabled'),'focus state should be disabled on mobiles');
114
+
assert.ok(list.option('focusStateEnabled'),'focus state should follow parent value on mobiles');
115
115
}
116
116
});
117
117
118
-
QUnit.test('changing hover and focus states for list should be enabled on desktop only',function(assert){
118
+
QUnit.test('changing hover state for list should be enabled on desktop only, focus state should be enabled on both desktop and mobile',function(assert){
0 commit comments