summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/commit/create_tag.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/commit/create_tag.go')
-rw-r--r--pkg/integration/tests/commit/create_tag.go9
1 files changed, 2 insertions, 7 deletions
diff --git a/pkg/integration/tests/commit/create_tag.go b/pkg/integration/tests/commit/create_tag.go
index 22a4baa86..f068f271b 100644
--- a/pkg/integration/tests/commit/create_tag.go
+++ b/pkg/integration/tests/commit/create_tag.go
@@ -23,13 +23,8 @@ var CreateTag = NewIntegrationTest(NewIntegrationTestArgs{
).
Press(keys.Commits.CreateTag)
- t.ExpectPopup().Menu().
- Title(Equals("Create tag")).
- Select(Contains("Lightweight")).
- Confirm()
-
- t.ExpectPopup().Prompt().
- Title(Equals("Tag name:")).
+ t.ExpectPopup().CommitMessagePanel().
+ Title(Equals("Tag name")).
Type("new-tag").
Confirm()