summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/patch_building/apply_in_reverse_with_conflict.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/patch_building/apply_in_reverse_with_conflict.go')
-rw-r--r--pkg/integration/tests/patch_building/apply_in_reverse_with_conflict.go8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkg/integration/tests/patch_building/apply_in_reverse_with_conflict.go b/pkg/integration/tests/patch_building/apply_in_reverse_with_conflict.go
index 04d160a01..04373622c 100644
--- a/pkg/integration/tests/patch_building/apply_in_reverse_with_conflict.go
+++ b/pkg/integration/tests/patch_building/apply_in_reverse_with_conflict.go
@@ -39,11 +39,15 @@ var ApplyInReverseWithConflict = NewIntegrationTest(NewIntegrationTestArgs{
).
// Add both files to the patch; the first will conflict, the second won't
PressPrimaryAction().
+ Tap(func() {
+ t.Views().Information().Content(Contains("building patch"))
+
+ t.Views().PatchBuildingSecondary().Content(
+ Contains("+more file1 content"))
+ }).
SelectNextItem().
PressPrimaryAction()
- t.Views().Information().Content(Contains("building patch"))
-
t.Views().PatchBuildingSecondary().Content(
Contains("+more file1 content").Contains("+more file2 content"))