mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-06-20 01:19:23 +02:00
fix(test): add stash name
This commit is contained in:
@@ -19,7 +19,10 @@ var Stash = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
assert.StashCount(0)
|
||||
|
||||
input.PressKeys(keys.Files.ViewStashOptions)
|
||||
input.Confirm()
|
||||
assert.InMenu()
|
||||
|
||||
input.PressKeys("a")
|
||||
input.Type("stash name")
|
||||
input.Confirm()
|
||||
|
||||
assert.StashCount(1)
|
||||
|
||||
Reference in New Issue
Block a user