mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
Disable dragging tests for room list
We don't support dragging, so don't test it.
This commit is contained in:
parent
0c7e0a264b
commit
b12362dd37
1 changed files with 2 additions and 1 deletions
|
@ -180,7 +180,8 @@ describe('RoomList', () => {
|
|||
}
|
||||
|
||||
function itDoesCorrectOptimisticUpdatesForDraggedRoomTiles() {
|
||||
describe('does correct optimistic update when dragging from', () => {
|
||||
// TODO: Re-enable dragging tests when we support dragging again.
|
||||
xdescribe('does correct optimistic update when dragging from', () => {
|
||||
it('rooms to people', () => {
|
||||
expectCorrectMove(undefined, 'im.vector.fake.direct');
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue