summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/branch/rebase_and_drop.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/branch/rebase_and_drop.go')
-rw-r--r--pkg/integration/tests/branch/rebase_and_drop.go10
1 files changed, 2 insertions, 8 deletions
diff --git a/pkg/integration/tests/branch/rebase_and_drop.go b/pkg/integration/tests/branch/rebase_and_drop.go
index 5f5341d66..04c2246ab 100644
--- a/pkg/integration/tests/branch/rebase_and_drop.go
+++ b/pkg/integration/tests/branch/rebase_and_drop.go
@@ -43,10 +43,7 @@ var RebaseAndDrop = NewIntegrationTest(NewIntegrationTestArgs{
t.Views().Information().Content(Contains("rebasing"))
- t.ExpectPopup().Confirmation().
- Title(Equals("Auto-merge failed")).
- Content(Contains("Conflicts!")).
- Confirm()
+ t.Actions().AcknowledgeConflicts()
t.Views().Files().IsFocused().
SelectedLine(MatchesRegexp("UU.*file"))
@@ -78,10 +75,7 @@ var RebaseAndDrop = NewIntegrationTest(NewIntegrationTestArgs{
IsFocused().
PressPrimaryAction()
- t.ExpectPopup().Confirmation().
- Title(Equals("continue")).
- Content(Contains("all merge conflicts resolved. Continue?")).
- Confirm()
+ t.Actions().ContinueOnConflictsResolved()
t.Views().Information().Content(DoesNotContain("rebasing"))