mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 10:15:48 +08:00
FIX: Flaky tests. Due to CSS transitions opacity might not be 0 yet.
This commit is contained in:
parent
bae813fac6
commit
2edee74718
@ -15,7 +15,7 @@ function invisible(selector) {
|
||||
const $items = find(selector + ":visible");
|
||||
return (
|
||||
$items.length === 0 ||
|
||||
$items.css("opacity") === "0" ||
|
||||
$items.css("opacity") !== "1" ||
|
||||
$items.css("visibility") === "hidden"
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user