diff --git a/test/shell.d/tray-test.sh b/test/shell.d/tray-test.sh index 661ed175..d2b2a25e 100644 --- a/test/shell.d/tray-test.sh +++ b/test/shell.d/tray-test.sh @@ -4,11 +4,6 @@ set -euo pipefail source "$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)/base-test.sh" -if ! perl -0ne 'exit(/id:\s*trayMenuPopup.*?Flickable\s*\{.*?contentHeight:\s*trayMenuColumn\.implicitHeight.*?ScrollBar\.vertical:\s*ScrollBar/s ? 0 : 1)' "$ROOT/shell/plugins/bar/widgets/Tray.qml"; then - fail "tray menu keeps capped content scrollable" -fi -pass "tray menu keeps capped content scrollable" - run_node_test "tray model helpers" <<'JS' const tray = requireFromRoot('shell/plugins/bar/widgets/TrayModel.js')