summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/branch/sort_remote_branches.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/branch/sort_remote_branches.go')
-rw-r--r--pkg/integration/tests/branch/sort_remote_branches.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/integration/tests/branch/sort_remote_branches.go b/pkg/integration/tests/branch/sort_remote_branches.go
index 35e2f700a..2cbbdb31d 100644
--- a/pkg/integration/tests/branch/sort_remote_branches.go
+++ b/pkg/integration/tests/branch/sort_remote_branches.go
@@ -41,6 +41,11 @@ var SortRemoteBranches = NewIntegrationTest(NewIntegrationTestArgs{
Press(keys.Branches.SortOrder)
t.ExpectPopup().Menu().Title(Equals("Sort order")).
+ Lines(
+ Contains("a (•) Alphabetical").IsSelected(),
+ Contains("d ( ) Date"),
+ Contains(" Cancel"),
+ ).
Select(Contains("-committerdate")).
Confirm()