summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/branch/rebase_copied_branch.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/branch/rebase_copied_branch.go')
-rw-r--r--pkg/integration/tests/branch/rebase_copied_branch.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkg/integration/tests/branch/rebase_copied_branch.go b/pkg/integration/tests/branch/rebase_copied_branch.go
index 162c69af7..faa31093e 100644
--- a/pkg/integration/tests/branch/rebase_copied_branch.go
+++ b/pkg/integration/tests/branch/rebase_copied_branch.go
@@ -48,7 +48,7 @@ var RebaseCopiedBranch = NewIntegrationTest(NewIntegrationTestArgs{
})
t.Views().Commits().Lines(
- Contains("CI * branch 2"), // wrong, don't want a star here
+ Contains("CI branch 2"),
Contains("CI branch 1"),
Contains("CI master 2"),
Contains("CI master 1"),
@@ -60,9 +60,8 @@ var RebaseCopiedBranch = NewIntegrationTest(NewIntegrationTestArgs{
PressPrimaryAction()
t.Views().Commits().Lines(
- Contains("CI * branch 2"), // wrong, don't want a star here
+ Contains("CI branch 2"),
Contains("CI branch 1"),
- Contains("CI master 2"), // wrong, don't want this commit
Contains("CI master 1"),
)
},