mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Test was failing on high DPI monitor
This commit is contained in:
@@ -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");
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user