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 ' |