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
QUnit.test(`scrollview-content should not have role when ${source} is empty on init and repaintChangesOnly=${repaintChangesOnly} (T1329047)`,function(assert){
QUnit.test(`scrollview-content should not have role when dataSource is empty on init and repaintChangesOnly=${repaintChangesOnly} (T1329047)`,function(assert){
QUnit.test(`scrollview-content should have role="application" when ${source} has items on init and repaintChangesOnly=${repaintChangesOnly} (T1329047)`,function(assert){
QUnit.test(`scrollview-content should have role="application" when dataSource has items on init and repaintChangesOnly=${repaintChangesOnly} (T1329047)`,function(assert){
QUnit.test(`scrollview-content role should be removed when ${source} are removed in realtime and repaintChangesOnly=${repaintChangesOnly} (T1329047)`,function(assert){
QUnit.test(`scrollview-content role should be removed when dataSource are removed in realtime and repaintChangesOnly=${repaintChangesOnly} (T1329047)`,function(assert){
QUnit.test(`scrollview-content role should be restored when ${source} are added in realtime and repaintChangesOnly=${repaintChangesOnly} (T1329047)`,function(assert){
QUnit.test(`scrollview-content role should be restored when dataSource are added in realtime and repaintChangesOnly=${repaintChangesOnly} (T1329047)`,function(assert){
0 commit comments