mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
FIX: Test was failing on high DPI monitor
This commit is contained in:
parent
3d95bac3fb
commit
70706897f4
@ -232,7 +232,7 @@ componentTest('supports options to limit size', {
|
||||
click(".select-box-header");
|
||||
|
||||
andThen(() => {
|
||||
assert.equal(find(".select-box-body").height(), 20, "it limits the height");
|
||||
assert.equal(parseInt(find(".select-box-body").height()), 20, "it limits the height");
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user