| author | 2026-09-07 14:07:24 +0700 | |
|---|---|---|
| committer | 2026-09-07 14:35:13 +0700 | |
| commit | 8f95dce3ece6eccf240ed0b994fb267bf390bf30 (patch) | |
| tree | 35aeb1ecc32023777252954f7a984bce7bf47a40 /tests/t0106-diff.sh | |
| parent | 61aa4378441859ed2851db01d5d1b01ed1aa2458 (diff) | |
| download | cgitext-8f95dce3ece6eccf240ed0b994fb267bf390bf30.tar.gz cgitext-8f95dce3ece6eccf240ed0b994fb267bf390bf30.zip | |
diff: split refs and other options into separate panelsv1.3.1+14
The diff controls panel mixed the from/to ref pickers with the
rendering options (context, space, mode). Split it into two panels,
stacked vertically: one for the refs and one for the other options,
so each groups related controls.
Diffstat (limited to 'tests/t0106-diff.sh')
| -rwxr-xr-x | tests/t0106-diff.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/t0106-diff.sh b/tests/t0106-diff.sh index 0c167d4..e4751e9 100755 --- a/tests/t0106-diff.sh +++ b/tests/t0106-diff.sh @@ -32,6 +32,11 @@ test_expect_success 'ref picker: to: label present' ' grep "to:" tmp ' +test_expect_success 'ref pickers live in a separate refs panel' ' + grep "<b>diff refs</b>" tmp && + grep "<b>diff options</b>" tmp +' + test_expect_success 'ref picker: master branch listed' ' grep "master" tmp ' |