Drop source-grep regression assertion
A regex over the QML text breaks on innocent reformatting and passes even when the scrolling behavior regresses. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
be71149500
commit
332a982a1d
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user