mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-12 20:47:22 +00:00
fix(downloads): harden duplicate resolution and row controls
This commit is contained in:
@@ -73,7 +73,18 @@ describe('download table column preferences', () => {
|
||||
800
|
||||
)).toMatchObject({
|
||||
right: 8,
|
||||
height: 30,
|
||||
height: 28,
|
||||
visibility: 'visible',
|
||||
});
|
||||
|
||||
expect(getDownloadActionPosition(
|
||||
{ top: 40, right: 400, bottom: 72, left: 100 },
|
||||
viewport,
|
||||
viewport,
|
||||
800,
|
||||
16
|
||||
)).toMatchObject({
|
||||
right: 416,
|
||||
visibility: 'visible',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user