summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/sync/push_no_follow_tags.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/sync/push_no_follow_tags.go')
-rw-r--r--pkg/integration/tests/sync/push_no_follow_tags.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/integration/tests/sync/push_no_follow_tags.go b/pkg/integration/tests/sync/push_no_follow_tags.go
index 599d05a64..18a1cf62d 100644
--- a/pkg/integration/tests/sync/push_no_follow_tags.go
+++ b/pkg/integration/tests/sync/push_no_follow_tags.go
@@ -22,13 +22,13 @@ var PushNoFollowTags = NewIntegrationTest(NewIntegrationTestArgs{
shell.CreateAnnotatedTag("mytag", "message", "HEAD")
},
Run: func(t *TestDriver, keys config.KeybindingConfig) {
- t.Views().Status().Content(Contains("✓ repo → master"))
+ t.Views().Status().Content(Equals("✓ repo → master"))
t.Views().Files().
IsFocused().
Press(keys.Universal.Push)
- t.Views().Status().Content(Contains("✓ repo → master"))
+ t.Views().Status().Content(Equals("✓ repo → master"))
t.Views().Remotes().
Focus().